Skip to content

Commit

Permalink
fixed #64 Add H2 line height
Browse files Browse the repository at this point in the history
  • Loading branch information
liangjingkanji committed Feb 24, 2022
1 parent 594463d commit df02f1f
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions drake-ayu.css
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ h1 {
h2 .md-plain {
padding-bottom: .3rem;
border-bottom: .2rem solid var(--h2-underline-color);
line-height: 3rem;
}

.on-focus-mode h2.md-end-block.md-heading:not(.md-focus):not(.md-focus-container):after {
Expand Down
1 change: 1 addition & 0 deletions drake-black.css
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ h1 {
h2 .md-plain {
padding-bottom: .3rem;
border-bottom: .2rem solid var(--h2-underline-color);
line-height: 3rem;
}

.on-focus-mode h2.md-end-block.md-heading:not(.md-focus):not(.md-focus-container):after {
Expand Down
1 change: 1 addition & 0 deletions drake-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ h1 {
h2 .md-plain {
padding-bottom: .3rem;
border-bottom: .2rem solid var(--h2-underline-color);
line-height: 3rem;
}

.on-focus-mode h2.md-end-block.md-heading:not(.md-focus):not(.md-focus-container):after {
Expand Down
1 change: 1 addition & 0 deletions drake-google.css
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ h1 {
h2 .md-plain {
padding-bottom: .3rem;
border-bottom: .2rem solid var(--h2-underline-color);
line-height: 3rem;
}

.on-focus-mode h2.md-end-block.md-heading:not(.md-focus):not(.md-focus-container):after {
Expand Down
1 change: 1 addition & 0 deletions drake-juejin.css
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ h1 {
h2 .md-plain {
padding-bottom: .3rem;
border-bottom: .2rem solid var(--h2-underline-color);
line-height: 3rem;
}

.on-focus-mode h2.md-end-block.md-heading:not(.md-focus):not(.md-focus-container):after {
Expand Down
1 change: 1 addition & 0 deletions drake-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@ h1 {
h2 .md-plain {
padding-bottom: .3rem;
border-bottom: .2rem solid var(--h2-underline-color);
line-height: 3rem;
}

.on-focus-mode h2.md-end-block.md-heading:not(.md-focus):not(.md-focus-container):after {
Expand Down
1 change: 1 addition & 0 deletions drake-material.css
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ h1 {
h2 .md-plain {
padding-bottom: .3rem;
border-bottom: .2rem solid var(--h2-underline-color);
line-height: 3rem;
}

.on-focus-mode h2.md-end-block.md-heading:not(.md-focus):not(.md-focus-container):after {
Expand Down
1 change: 1 addition & 0 deletions drake-purple.css
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ h1 {
h2 .md-plain {
padding-bottom: .3rem;
border-bottom: .2rem solid var(--h2-underline-color);
line-height: 3rem;
}

.on-focus-mode h2.md-end-block.md-heading:not(.md-focus):not(.md-focus-container):after {
Expand Down
1 change: 1 addition & 0 deletions drake-vue.css
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@ h1 {
h2 .md-plain {
padding-bottom: .3rem;
border-bottom: .2rem solid var(--h2-underline-color);
line-height: 3rem;
}

.on-focus-mode h2.md-end-block.md-heading:not(.md-focus):not(.md-focus-container):after {
Expand Down
1 change: 1 addition & 0 deletions drake.css
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ h1 {
h2 .md-plain {
padding-bottom: .3rem;
border-bottom: .2rem solid var(--h2-underline-color);
line-height: 3rem;
}

.on-focus-mode h2.md-end-block.md-heading:not(.md-focus):not(.md-focus-container):after {
Expand Down

0 comments on commit df02f1f

Please sign in to comment.