From 164385f3e83478e6d63c48e92b2cc73ae14fa439 Mon Sep 17 00:00:00 2001 From: mco-system Date: Sun, 9 Apr 2023 18:49:07 +1100 Subject: [PATCH] wip: programme --- src/thsf/static/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/thsf/static/css/style.css b/src/thsf/static/css/style.css index f45fec4..6dd8595 100644 --- a/src/thsf/static/css/style.css +++ b/src/thsf/static/css/style.css @@ -127,7 +127,8 @@ a:hover { justify-content: center; align-items: center; gap: 2em; - background-color: var(--main-bg-color); + /* background-color: var(--main-bg-color); */ + background-color: green; width: 100vw; }