feat(author): add author_link and fix highlight bug
This commit is contained in:
@@ -65,7 +65,7 @@ p > code {
|
||||
}
|
||||
|
||||
@each $sign, $text in $code-type-list {
|
||||
& .#{$sign} table::after {
|
||||
&.#{$sign} table::after {
|
||||
content: $text;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
.post-toc {
|
||||
display: block;
|
||||
position: absolute;
|
||||
width: 240px;
|
||||
max-width: 300px;
|
||||
margin-left: 980px;
|
||||
width: 360px;
|
||||
margin-left: 1000px;
|
||||
padding: .8rem;
|
||||
border-left: 1px solid $global-border-color;
|
||||
word-wrap: break-word;
|
||||
|
||||
Reference in New Issue
Block a user