File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
<div id="photoprism" class="container{{if .config.SiteCaption}} theme-{{ .config.Settings.UI.Theme }}{{end}}">
2
2
<noscript>
3
- <div id="noscript-info" class="elevation-1 splash-info">
3
+ <div id="noscript-info" class="splash-info">
4
4
<a href="https://enable-javascript.com/" target="_blank">Need help enabling JavaScript?</a>
5
5
</div>
6
6
</noscript>
7
- <div id="splash-info" class="elevation-1 has-js splash-info">
7
+ <div id="splash-info" class="has-js splash-info">
8
8
{{if .config.Imprint}}
9
9
{{if .config.ImprintUrl}}<a href="{{ .config.ImprintUrl }}" target="_blank" class="imprint">{{ .config.Imprint }}</a>
10
10
{{else}}<span class="imprint">{{ .config.Imprint }}</span>{{end}}
Original file line number Diff line number Diff line change 189
189
190
190
# splash-info {
191
191
display : none;
192
- font-weight : 600 ;
192
+ font-weight : bold ;
193
193
}
194
194
195
195
# noscript-info {
196
196
display : block;
197
- font-weight : 600 ;
197
+ font-weight : bold ;
198
198
}
199
199
200
200
# loading-info {
208
208
# photoprism .splash-info a {
209
209
text-align : center;
210
210
text-decoration : none;
211
- font-size : 16 px ;
211
+ font-size : 15 px ;
212
212
color : # 101010 ;
213
213
width : auto;
214
214
padding : 0 ;
You can’t perform that action at this time.
0 commit comments