feat(toc): add custom TOC font size

This commit is contained in:
Dillon
2020-03-09 21:56:17 +08:00
parent 2b0e59815e
commit 1894403794
6 changed files with 16 additions and 5 deletions

View File

@@ -83,7 +83,6 @@
display: block;
display: flex;
justify-content: space-between;
font-size: 1.2em;
font-weight: bold;
line-height: 2em;
padding: 0 .625rem;
@@ -133,6 +132,14 @@
}
.toc {
.toc-title {
font-size: $toc-title-font-size;
}
.toc-content {
font-size: $toc-content-font-size;
}
ruby {
background: $code-background-color;