Skip to content

Commit

Permalink
Added navbar hover
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmus-kirk committed Feb 28, 2024
1 parent 906a8c3 commit 72c2507
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/pandoc/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ nav a {
padding: 0.15em 1em;
}

nav a:hover {
background-color: var(--dkblue);
color: var(--bg);
}

nav a.active {
background-color: #458587;
color: #faf8e4 !important;
Expand Down

0 comments on commit 72c2507

Please sign in to comment.