From 0b5097639e0611143622a2c69e65070ce6513c2d Mon Sep 17 00:00:00 2001 From: Blake Watson Date: Sun, 11 Aug 2024 11:20:03 -0500 Subject: [PATCH] highlight any variation of aria-current in nav --- simple.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simple.css b/simple.css index d8dc097..5a29d2e 100644 --- a/simple.css +++ b/simple.css @@ -289,7 +289,7 @@ header > nav a:visited { header > nav a:hover, header > nav a.current, -header > nav a[aria-current="page"] { +header > nav a[aria-current] { border-color: var(--accent); color: var(--accent); cursor: pointer;