From 006c22ca6a3d754aa6780ed7970291e6c7551a10 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 4 Jan 2025 00:22:59 -0700 Subject: [PATCH] consitant word color --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index a6309fd..28c409d 100644 --- a/static/style.css +++ b/static/style.css @@ -3,7 +3,7 @@ --bg-text: #606060; --text: #ffffff; --header: #454545; - --header-text: #d3d3d3; + --header-text: #ffffff; --content-bg: #303030; --accent: #344a70; --link: #3e765d;