Change website background color

Swapped the color from `storm` to the `night` variant for the ultimate darkness.
This commit is contained in:
Foster Hangdaan 2023-08-01 22:16:39 -04:00
parent b64b8a62da
commit 9ee2c3c395
Signed by: foster
GPG key ID: E48D7F49A852F112

View file

@ -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);