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; }