From b1f47c3648a958339e28ffd608694b12a52f5e70 Mon Sep 17 00:00:00 2001 From: Ethan Yoo Date: Tue, 25 Jun 2024 20:49:39 -0400 Subject: [PATCH] Modify CSS for visited 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 f77ffbf..382311c 100644 --- a/themes/geronimo/static/css/style.css +++ b/themes/geronimo/static/css/style.css @@ -198,6 +198,7 @@ a.link-linkedin:visited { main a:link { color: #004962; } + .p-note a:visited, main a:visited, aside a:visited { color: #542baa;