We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd5b1a7 commit 9e9f4b3Copy full SHA for 9e9f4b3
css/main.css
@@ -204,6 +204,9 @@ strong {
204
height: 100%;
205
background: url(/img/logo.svg) no-repeat center;
206
}
207
+html.no-svg #header .logo-wrapper .logo {
208
+ background: url(/img/logo.png) no-repeat center;
209
+}
210
#header .logo-wrapper .slogan {
211
display: block;
212
font-style: italic;
css/main.less
@@ -241,6 +241,10 @@ strong {
241
max-width: 100%;
242
243
244
+
245
+ html.no-svg & {
246
247
+ }
248
249
250
.slogan {
img/logo.png
8.16 KB
0 commit comments