From 016eaa602d5728e23e1e0098a67134621dbf5b42 Mon Sep 17 00:00:00 2001 From: remnny Date: Mon, 15 Mar 2021 10:01:12 -0400 Subject: Header now links to homepage because i find myself clicking on it and being disappointed that it isn't a link. --- data/style.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'data') diff --git a/data/style.css b/data/style.css index a606dd5..a65800d 100644 --- a/data/style.css +++ b/data/style.css @@ -31,6 +31,11 @@ li img { display: inline ; } +.banner a { + color: inherit; + text-decoration: none; +} + @media (prefers-color-scheme: dark) { body { background: #151515 ; -- cgit v1.2.3