diff --git a/static/css/style.css b/static/css/style.css index 394f46b..3ea24b0 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -5,7 +5,7 @@ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color-scheme: light dark; - --white: #f2f2f2; + --white: #cfcfcf; --black: #1a1a1a; } /* Fonts */ @@ -49,6 +49,7 @@ body { flex-direction: column; align-items: center; justify-content: center; + color: var(--white); background-color: black; }