mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 14:31:26 +00:00
Update dark mode body color
This commit is contained in:
parent
cb540373ec
commit
5b349c6e7d
1 changed files with 6 additions and 2 deletions
8
resources/assets/sass/spa.scss
vendored
8
resources/assets/sass/spa.scss
vendored
|
@ -31,7 +31,7 @@
|
|||
--light: #000;
|
||||
--dark: #fff;
|
||||
--body-bg: #000;
|
||||
--body-color: #818181;
|
||||
--body-color: #9ca3af;
|
||||
--nav-bg: #000;
|
||||
--bg-light: #212124;
|
||||
|
||||
|
@ -83,7 +83,7 @@
|
|||
--light: #000;
|
||||
--dark: #fff;
|
||||
--body-bg: #000;
|
||||
--body-color: #818181;
|
||||
--body-color: #9ca3af;
|
||||
--nav-bg: #000;
|
||||
--bg-light: #212124;
|
||||
|
||||
|
@ -142,6 +142,10 @@ body {
|
|||
|
||||
.navbar-light .navbar-brand {
|
||||
color: var(--dark);
|
||||
|
||||
&:hover {
|
||||
color: var(--dark);
|
||||
}
|
||||
}
|
||||
|
||||
.primary {
|
||||
|
|
Loading…
Reference in a new issue