Skip to content

Commit

Permalink
fix: headings link style
Browse files Browse the repository at this point in the history
  • Loading branch information
reuixiy committed Aug 20, 2019
1 parent c2b5784 commit c6cc945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/scss/_common/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ h1, h2, h3, h4, h5, h6 {
margin: 1.618em 0 1em;
color: var(--color-contrast-higher);
a {
text-decoration: none;
text-decoration: none !important;
}
}
h1 {
Expand Down

0 comments on commit c6cc945

Please sign in to comment.