From 423cfecddbc0c0db1eee47ba137b2659d414c153 Mon Sep 17 00:00:00 2001 From: Madison Scott-Clary Date: Thu, 2 Sep 2021 08:34:43 -0700 Subject: [PATCH] Bit of styling fixes --- themes/maddybook/static/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/maddybook/static/css/main.css b/themes/maddybook/static/css/main.css index 64360e2..dbdb802 100644 --- a/themes/maddybook/static/css/main.css +++ b/themes/maddybook/static/css/main.css @@ -20,7 +20,7 @@ header { footer { border-bottom: none; } -header a { +header a, header a:visited, header a:active, header a:hover { color: #222; text-decoration: none; }