From 5232e9f44fc62cd564ae390521456ef26f736812 Mon Sep 17 00:00:00 2001 From: Joe Roe Date: Fri, 30 Sep 2022 13:46:58 +0200 Subject: [PATCH] Add CSS for active menu item --- static/css/typography.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }