feat(custom-css): new custom css

This commit is contained in:
Dillon
2020-02-02 14:43:29 +08:00
parent 8cdacbd4e2
commit 517b734347
28 changed files with 129 additions and 61 deletions

View File

@@ -3,7 +3,7 @@
position: absolute;
width: 360px;
margin-left: 1000px;
padding: .8rem;
padding: 0 .8rem;
border-left: 1px solid $global-border-color;
word-wrap: break-word;
box-sizing: border-box;
@@ -15,6 +15,7 @@
.post-toc-title {
font-weight: 400;
margin: .8rem 0;
text-transform: uppercase;
}