Skip to content

Commit

Permalink
decrease toc font-size
Browse files Browse the repository at this point in the history
  • Loading branch information
triccsr committed Dec 13, 2024
1 parent 5165080 commit 54bb55c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion assets/scss/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
--body-background: #dddddd;

--accent-color: #21364b;
--accent-color-darker: #1b2a3a;
--accent-color-darker: #556d88;

--body-text-color: #40454a;

Expand All @@ -30,3 +30,12 @@ a {
color: var(--link-text-color);
}
}
[data-scheme="light"] {
--pre-text-color: #272822;
--pre-background-color: #f5f5f5;
}
.widget--toc{
#TableOfContents {
font-size: 1.4rem;
}
}

0 comments on commit 54bb55c

Please sign in to comment.