Skip to content

Commit

Permalink
fix: toc link
Browse files Browse the repository at this point in the history
  • Loading branch information
reuixiy committed Aug 17, 2019
1 parent ed69ee8 commit 4180784
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions assets/scss/_common/single.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@

.post-body {
margin-top: 5em !important;
li {
a {
text-decoration: underline;
}
}
}

.post {
Expand Down Expand Up @@ -51,11 +56,6 @@
padding-left: 2em;
line-height: $lineHeight;
}
li {
a {
text-decoration: underline;
}
}
hr {
border: none;
margin: 2.427em 0 1.5em;
Expand Down

0 comments on commit 4180784

Please sign in to comment.