Skip to content

Commit

Permalink
Merge pull request #201 from blakewatson/aria-current-tweak
Browse files Browse the repository at this point in the history
Aria current tweak
  • Loading branch information
lkhrs committed Aug 11, 2024
2 parents cdbfbd5 + f8435c1 commit f36f56f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion simple.css
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,8 @@ header > nav a:visited {

header > nav a:hover,
header > nav a.current,
header > nav a[aria-current="page"] {
header > nav a[aria-current="page"],
header > nav a[aria-current="true"] {
border-color: var(--accent);
color: var(--accent);
cursor: pointer;
Expand Down

0 comments on commit f36f56f

Please sign in to comment.