Skip to content

Commit

Permalink
fix: remove unused style
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Jul 20, 2021
1 parent d27eec3 commit af57d25
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/_headings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ a.title h1.title {
}
}

.ls-block :is(h1, h2, h3, h4, h5) {
.ls-block :is(h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5) {
font-family: var(--ct-page-title-font-family);
}

Expand Down Expand Up @@ -145,8 +145,3 @@ a.title h1.title {
.ls-block :is(h3, h4, h5) {
margin: 0.3em 0 0;
}

.ls-block :is(h1, h2) {
border-bottom: 1px solid var(--ls-quaternary-background-color);
margin: 0.4em 0 0;
}

0 comments on commit af57d25

Please sign in to comment.