From 7db0a72adb239058cb3778fb1987d768a45d087b Mon Sep 17 00:00:00 2001 From: Ethan Yoo Date: Tue, 25 Jun 2024 21:02:10 -0400 Subject: [PATCH] Modify CSS for unvisited links in the home page header --- themes/geronimo/static/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/geronimo/static/css/style.css b/themes/geronimo/static/css/style.css index afffcfb..67c3115 100644 --- a/themes/geronimo/static/css/style.css +++ b/themes/geronimo/static/css/style.css @@ -195,6 +195,7 @@ a.link-linkedin:visited { text-decoration: underline dotted; border: 1px solid; } + .p-note a:visited, main a:link { color: #004962; }