From 16d3ac5ace3347a14a36eed1123447345b89f41a Mon Sep 17 00:00:00 2001 From: Nicholas Surmava Date: Thu, 19 Mar 2026 11:20:26 -0400 Subject: [PATCH] changed white --- static/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; }