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

@@ -71,6 +71,10 @@ $header-hover-color-dark: #fff !default;
// ========== Header ========== //
// ========== Single Content ========== //
// Font size of the TOC
$toc-title-font-size: 1.2rem !default;
$toc-content-font-size: 0.9rem !default;
// Color of the single link
$single-link-color: #2d96bd !default;
$single-link-color-dark: #eee !default;