From a166007b19c80b663b455327fa949ec4db2bfe02 Mon Sep 17 00:00:00 2001 From: Zachary Vance Date: Mon, 5 Aug 2024 14:06:45 -0400 Subject: [PATCH] Show sitenav main link is a link --- static/css/style-wordpress.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/css/style-wordpress.css b/static/css/style-wordpress.css index 968ea86..7555b23 100644 --- a/static/css/style-wordpress.css +++ b/static/css/style-wordpress.css @@ -4887,6 +4887,10 @@ a:hover { color: #999; } +#site-description a:hover { + text-decoration: underline; +} + #header-container { position: absolute; top: 0; -- 2.47.3