Skip to content

Commit

Permalink
chore: update navbar item style
Browse files Browse the repository at this point in the history
  • Loading branch information
stfsy committed Sep 9, 2024
1 parent a73eebd commit c669bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles/navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

.vp-navbar-item>a:hover,
.vp-navbar-item>a.route-link-active {
@apply border-b-4 border-gray-900 pb-2 -translate-y-0.5 !important;
@apply text-gray-900 dark:text-gray-400 border-b-4 border-gray-900 pb-2 -translate-y-0.5 !important;
}

html.dark {
Expand Down

0 comments on commit c669bda

Please sign in to comment.