mirror of
https://github.com/pi-hole/web.git
synced 2026-01-09 06:20:56 +08:00
Fix prettier warnings
Signed-off-by: yubiuser <github@yubiuser.dev>
This commit is contained in:
parent
881a8a7068
commit
acdc0ade0a
@ -37,7 +37,8 @@ body {
|
||||
font-size: 17px;
|
||||
color: #9ab;
|
||||
background: #000;
|
||||
font-family: Antonio, Oswald, "Myriad Pro Cond", "Roboto Condensed", "Futura Condensed",
|
||||
font-family:
|
||||
Antonio, Oswald, "Myriad Pro Cond", "Roboto Condensed", "Futura Condensed",
|
||||
"Helvetica Condensed", "Arial Narrow", sans-serif;
|
||||
}
|
||||
|
||||
@ -464,7 +465,8 @@ p.login-box-msg,
|
||||
.main-header {
|
||||
padding-bottom: 25px;
|
||||
background: #48f;
|
||||
background-image: linear-gradient(to right, #48f 300px, #000 300px),
|
||||
background-image:
|
||||
linear-gradient(to right, #48f 300px, #000 300px),
|
||||
linear-gradient(
|
||||
to left,
|
||||
#48f 359.5px,
|
||||
@ -720,7 +722,8 @@ p.login-box-msg,
|
||||
}
|
||||
|
||||
.content-wrapper {
|
||||
background-image: linear-gradient(to left, #000 4px, #cce6ff 4px),
|
||||
background-image:
|
||||
linear-gradient(to left, #000 4px, #cce6ff 4px),
|
||||
linear-gradient(
|
||||
to left,
|
||||
#48f 359.5px,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user