Skip to content

Commit

Permalink
bump sidebar & toc font size
Browse files Browse the repository at this point in the history
  • Loading branch information
jaffrepaul committed Oct 19, 2022
1 parent 480a379 commit e6078d0
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -134,18 +134,18 @@ article {
.theme-doc-sidebar-menu {
padding: 0.75rem;
font-weight: 700;
font-size: 1.125rem;
font-size: 1.2rem;
}

/* sidebar subcategories */
.theme-doc-sidebar-item-category.theme-doc-sidebar-item-category-level-2>.menu__list-item-collapsible a {
font-size: 1rem;
font-size: 1.02rem;
}

/* sidebar children */
.theme-doc-sidebar-item-link-level-2,.theme-doc-sidebar-item-link-level-3>.menu__link {
font-weight: 500;
font-size: 1rem;
font-size: 1.05rem;
}

.theme-doc-sidebar-item-category {
Expand Down Expand Up @@ -327,6 +327,9 @@ div.markdown h3 a:hover {
.table-of-contents {
line-height: 2;
}
.table-of-contents {
font-size: .88rem;
}
/* but not as much on the children */
.table-of-contents li ul li {
line-height: 1.2;
Expand Down

0 comments on commit e6078d0

Please sign in to comment.