Skip to content

Commit

Permalink
highlight any variation of aria-current in nav
Browse files Browse the repository at this point in the history
  • Loading branch information
blakewatson committed Aug 11, 2024
1 parent cdbfbd5 commit 0b50976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simple.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0b50976

Please sign in to comment.