Skip to content

Commit

Permalink
Add CSS for active menu item
Browse files Browse the repository at this point in the history
  • Loading branch information
joeroe committed Sep 30, 2022
1 parent fe37803 commit 5232e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/css/typography.css
Expand Up @@ -70,7 +70,7 @@ a:link, a:visited {
color: var(--link);
}

a:hover, a:active {
a:hover, a:active, a.active {
color: var(--hover);
}

Expand Down

0 comments on commit 5232e9f

Please sign in to comment.