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;