Skip to content

Commit

Permalink
Improved pkgdown css
Browse files Browse the repository at this point in the history
  • Loading branch information
robjhyndman committed Jan 7, 2024
1 parent f00ea47 commit e6497b6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgdown/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ h2, .h2 {
font-weight: 700;
}

h3, .h3 {
font-size: 1.2rem;
font-weight: 700;
}

.bg-primary .navbar-nav .show>.nav-link, .bg-primary .navbar-nav .nav-link.active, .bg-primary .navbar-nav .nav-link:hover, .bg-primary .navbar-nav .nav-link:focus {
color: #ffb81c !important;
}

0 comments on commit e6497b6

Please sign in to comment.