mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-25 23:53:17 +00:00
Apply reviewers suggestion for inline CSS
Co-authored-by: RD WebDesign <github@rdwebdesign.com.br> Signed-off-by: yubiuser <ckoenig@posteo.de>
This commit is contained in:
parent
49a9f6f2db
commit
c67f313ee8
1 changed files with 3 additions and 3 deletions
|
@ -52,12 +52,12 @@ if ($serverName === "pi.hole"
|
||||||
<link rel='shortcut icon' href='/admin/img/favicons/favicon.ico' type='image/x-icon'>
|
<link rel='shortcut icon' href='/admin/img/favicons/favicon.ico' type='image/x-icon'>
|
||||||
<style>
|
<style>
|
||||||
html, body { height: 100% }
|
html, body { height: 100% }
|
||||||
body { font: 13pt "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif; }
|
body { margin: 0; font: 13pt "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif; }
|
||||||
body { margin: 0; }
|
body { background: #222; color: rgba(255, 255, 255, 0.7); text-align: center; }
|
||||||
p { margin: 0; }
|
p { margin: 0; }
|
||||||
a { color: #3c8dbc; text-decoration: none; }
|
a { color: #3c8dbc; text-decoration: none; }
|
||||||
a:hover { color: #72afda; text-decoration: underline; }
|
a:hover { color: #72afda; text-decoration: underline; }
|
||||||
#splashpage { background: #222; color: rgba(255, 255, 255, 0.7); text-align: center; display: flex; align-items: center; justify-content: center; }
|
#splashpage { display: flex; align-items: center; justify-content: center; }
|
||||||
#splashpage img { margin: 5px; width: 256px; }
|
#splashpage img { margin: 5px; width: 256px; }
|
||||||
#splashpage b { color: inherit; }
|
#splashpage b { color: inherit; }
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue