diff --git a/static/css/typography.css b/static/css/typography.css index 11ef532..a5e8d80 100644 --- a/static/css/typography.css +++ b/static/css/typography.css @@ -70,7 +70,7 @@ a:link, a:visited { color: var(--link); } -a:hover, a:active { +a:hover, a:active, a.active { color: var(--hover); }