Skip to content

Commit

Permalink
Reduce the size of the font in the navbar
Browse files Browse the repository at this point in the history
Ref #168
  • Loading branch information
jcoyne committed Nov 9, 2022
1 parent 191de9c commit 642e1b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/assets/stylesheets/bootstrapVariables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,9 @@ $navbar-padding-y: 0;
$navbar-dark-color: white;
$nav-link-padding-y: 0.3rem;

nav .navbar-nav {
--bs-nav-link-font-size: 0.938rem;
}

// Forms
$form-text-color: black; // Better contrast for accessability

0 comments on commit 642e1b8

Please sign in to comment.