fix: add colors to dark mode css using variables
This commit is contained in:
parent
82b63460c3
commit
cee34f0461
1 changed files with 3 additions and 0 deletions
|
|
@ -4,4 +4,7 @@
|
||||||
--bright-bg: var(--bright-black);
|
--bright-bg: var(--bright-black);
|
||||||
--fg: var(--white);
|
--fg: var(--white);
|
||||||
--bright-fg: var(--bright-white);
|
--bright-fg: var(--bright-white);
|
||||||
|
--logo-bg: var(--green);
|
||||||
|
--logo-hover: var(--bright-green);
|
||||||
|
--highlight-bg: var(--yellow);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue