From a885c6c8fbba962394fcc1cdf1552f1922f6476e Mon Sep 17 00:00:00 2001 From: Michael Costa Date: Sat, 8 Apr 2023 10:34:37 +1100 Subject: [PATCH] wip: colors --- src/thsf/static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/thsf/static/css/style.css b/src/thsf/static/css/style.css index bccfa4e..d1d5d1c 100644 --- a/src/thsf/static/css/style.css +++ b/src/thsf/static/css/style.css @@ -104,7 +104,7 @@ img.logo { justify-content: center; align-items: center; gap: 2em; - background-color: var(--main-bg-color) + background-color: var(--main-bg-color); width: 100vw; }