fix: font family style

This commit is contained in:
Dillon
2022-05-15 23:41:35 +08:00
parent de88a28db7
commit b79ebc8141
10 changed files with 59 additions and 37 deletions

View File

@@ -1,12 +1,12 @@
.toc {
.toc-title {
font-size: $toc-title-font-size;
font-size: var(--toc-title-font-size);
font-weight: bold;
text-transform: uppercase;
}
.toc-content {
font-size: $toc-content-font-size;
font-size: var(--toc-content-font-size);
ul {
text-indent: -0.85rem;