From e592f6cd1735e7c3e5840f66f2df75fe8256ea36 Mon Sep 17 00:00:00 2001 From: Michael Costa Date: Sat, 8 Apr 2023 11:18:06 +1100 Subject: [PATCH] wip: colors --- 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 ce5d49d..b599c6b 100644 --- a/src/thsf/static/css/style.css +++ b/src/thsf/static/css/style.css @@ -103,10 +103,11 @@ a:hover { #header > span { margin: 0; + background-color: red; } #subheader { - /* margin: -3em 0 0 0; */ + margin: -1em 0 0 0; font-size: 3.47em; }