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 cd9f032 commit c2b5784
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions assets/scss/_common/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ svg {
h1, h2, h3, h4, h5, h6 {
margin: 1.618em 0 1em;
color: var(--color-contrast-higher);
a {
text-decoration: none;
}
}
h1 {
font-size: 2em;
Expand Down

0 comments on commit c2b5784

Please sign in to comment.