Skip to content

Commit

Permalink
Fix prettier warnings
Browse files Browse the repository at this point in the history
Signed-off-by: yubiuser <github@yubiuser.dev>
  • Loading branch information
yubiuser committed Feb 15, 2025
1 parent 881a8a7 commit acdc0ad
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions style/themes/lcars.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit acdc0ad

Please sign in to comment.