Skip to content
This repository has been archived by the owner on Mar 26, 2021. It is now read-only.

Commit

Permalink
Merge pull request #38 from dustinrjo/patch-1
Browse files Browse the repository at this point in the history
fix anchor links in post headings
  • Loading branch information
Sean Sun committed Jan 22, 2017
2 parents de2a9c7 + 03a4dac commit ce09ce5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/scss/_partial/post.scss
Expand Up @@ -30,7 +30,7 @@
h2, h3, h4, h5, h6 {
position: relative;
margin: 1em 0;
&:before {
a:before {
content: "#";
color: #42b983;
position: absolute;
Expand All @@ -41,7 +41,7 @@
}
}
h4, h5, h6 {
&:before {
a:before {
content: "";
}
}
Expand Down

0 comments on commit ce09ce5

Please sign in to comment.