Skip to content

Commit

Permalink
Increase the size of nav entries
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Aug 19, 2024
1 parent 5b74754 commit afcecd0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -149,17 +149,18 @@ See https://github.com/astral-sh/uv/issues/5130 */

/* Increase the size of the sections headings, remove the bold */
.md-nav__item--section>.md-nav__link {
font-size: 16px;
font-size: 17.5px;
font-weight: normal;
}

/* Increase the size of the index nav item to match the sections */
.md-nav__item:first-child {
font-size: 16px;
font-size: 17.5px;
font-weight: normal;
}
/* But do not increase the size of other nav items */
.md-nav__item--section > .md-nav > .md-nav__list > .md-nav__item {
font-size: 14px;
font-size: 15px;
font-weight: normal;
}

Expand Down

0 comments on commit afcecd0

Please sign in to comment.