Browse Source
Properly theme firstrunwizard logo in example theme
Signed-off-by: Julius Härtl <jus@bitgrid.net>
pull/14338/head
Julius Härtl
7 years ago
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
1 changed files with
2 additions and
1 deletions
-
themes/example/core/css/server.css
|
|
|
@ -74,7 +74,8 @@ button.primary:focus, |
|
|
|
} |
|
|
|
|
|
|
|
/* use logos from theme */ |
|
|
|
#header .logo { |
|
|
|
#header .logo, |
|
|
|
#firstrunwizard .logo { |
|
|
|
background-image: url('../img/logo.svg'); |
|
|
|
width: 256px; |
|
|
|
height: 128px; |
|
|
|
|