Skip to content

Commit

Permalink
use underline for active page
Browse files Browse the repository at this point in the history
  • Loading branch information
gadenbuie committed Oct 31, 2023
1 parent cc45d79 commit b67f571
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions styles/quarto.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,9 @@
margin-right: unset !important;
}
}

.quarto-dashboard .navbar .navbar-nav .active {
box-shadow: 0px -2px 0px 0px inset;
background-color: unset;
}
}

0 comments on commit b67f571

Please sign in to comment.