From ea1f59da7d53392a42cd47b9baad024d1a7c557e Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 2 Dec 2020 17:34:57 -0500 Subject: use aria-current="page" instead of custom class --- static/grapheneos.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/grapheneos.css') diff --git a/static/grapheneos.css b/static/grapheneos.css index d5403018..95d76b12 100644 --- a/static/grapheneos.css +++ b/static/grapheneos.css @@ -75,7 +75,7 @@ nav ul li a:visited { color: #fff; /* 100% white */ } -nav ul li.active a { +nav ul li[aria-current] a { color: #64b5f6; /* blue300 */ } -- cgit v1.3.1