Skip to content

Commit

Permalink
Merge pull request #182 from sul-dlss/header
Browse files Browse the repository at this point in the history
Reduce the size of the font in the navbar
  • Loading branch information
cbeer authored Nov 9, 2022
2 parents a6dfdac + 642e1b8 commit dbcfa49
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 dbcfa49

Please sign in to comment.