From b55836b6c920fe71b9333be8b33999b8453e4e27 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Fri, 24 Mar 2023 13:07:06 -0400 Subject: [PATCH] Change the link hover color to a nice shade of purple --- theme-fred/static/css/main.css | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/theme-fred/static/css/main.css b/theme-fred/static/css/main.css index f9b8326..a77ec8c 100644 --- a/theme-fred/static/css/main.css +++ b/theme-fred/static/css/main.css @@ -100,18 +100,15 @@ a { text-decoration: none; } -a:hover { - color: #fff; +a:hover, +a:visited:hover { + color: hsl(300, 33%, 60%); } a:visited { color: #6f6144; } -a:visited:hover { - color: white; -} - ul, ol { padding: 0.5em 0em 1em 3.2em;