Change website background color
Swapped the color from `storm` to the `night` variant for the ultimate darkness.
This commit is contained in:
parent
b64b8a62da
commit
9ee2c3c395
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ :root {
|
|||
|
||||
/* semantic color variables for this project */
|
||||
:root {
|
||||
--color-bg: var(--tn-storm--background);
|
||||
--color-bg: var(--tn-night--background);
|
||||
--color-fg: var(--tn-night--foreground);
|
||||
--color-black: var(--tn-dark--black);
|
||||
--color-white: var(--tn-dark--white);
|
||||
|
|
Loading…
Reference in a new issue