From b48b9b081e9d75aaaff36db0ae3b516d058e027e Mon Sep 17 00:00:00 2001 From: Gabriel Date: Wed, 8 Mar 2023 08:05:10 -0500 Subject: [PATCH] minor change --- static/css/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/theme.css b/static/css/theme.css index ba92ef2..c620917 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -1,6 +1,6 @@ body { --theme-color-primary: white; - --theme-color-secondary: rgb(28, 28, 28); + --theme-color-secondary: rgb(0, 0, 0); --theme-accent: #06225a; }