feature(header): add header config

This commit is contained in:
Dillon
2020-02-16 20:36:36 +08:00
parent d25cbf6cb6
commit 88576721cc
12 changed files with 142 additions and 81 deletions

View File

@@ -7,7 +7,7 @@
border-left: 1px solid $global-border-color;
overflow-wrap: break-word;
box-sizing: border-box;
top: 12rem;
top: $post-toc-top;
.dark-theme & {
border-left: 1px solid $global-border-color-dark;