Skip to content

Commit

Permalink
Revert "增大文字行高"
Browse files Browse the repository at this point in the history
This reverts commit 12abe66.
  • Loading branch information
liangjingkanji committed Dec 26, 2021
1 parent 06d5820 commit 6da6128
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 10 deletions.
4 changes: 3 additions & 1 deletion drake-ayu.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ body {
letter-spacing: 0;
margin: 0;
overflow-x: hidden;
line-height: 1.8rem;
}

/*code block*/
Expand Down Expand Up @@ -281,6 +280,7 @@ img {
}

#write p {
line-height: 1.6rem;
word-spacing: .05rem;
}

Expand Down Expand Up @@ -308,6 +308,7 @@ h6 {
margin-top: 2rem;
margin-bottom: 1rem;
font-weight: bold;
line-height: 1.4;
cursor: text;
color: var(--title-color);
}
Expand Down Expand Up @@ -574,6 +575,7 @@ kbd {
#write pre.md-meta-block {
padding: 1rem;
font-size: 1rem;
line-height: 1.45;
background-color: var(--yaml-bg-color);
border: 0;
border-radius: 2px;
Expand Down
4 changes: 3 additions & 1 deletion drake-black.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ body {
letter-spacing: 0;
margin: 0;
overflow-x: hidden;
line-height: 1.8rem;
}

/*code block*/
Expand Down Expand Up @@ -281,6 +280,7 @@ img {
}

#write p {
line-height: 1.6rem;
word-spacing: .05rem;
}

Expand Down Expand Up @@ -308,6 +308,7 @@ h6 {
margin-top: 2rem;
margin-bottom: 1rem;
font-weight: bold;
line-height: 1.4;
cursor: text;
color: var(--title-color);
}
Expand Down Expand Up @@ -574,6 +575,7 @@ kbd {
#write pre.md-meta-block {
padding: 1rem;
font-size: 1rem;
line-height: 1.45;
background-color: var(--yaml-bg-color);
border: 0;
border-radius: 2px;
Expand Down
4 changes: 3 additions & 1 deletion drake-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ body {
letter-spacing: 0;
margin: 0;
overflow-x: hidden;
line-height: 1.8rem;
}

/*code block*/
Expand Down Expand Up @@ -281,6 +280,7 @@ img {
}

#write p {
line-height: 1.6rem;
word-spacing: .05rem;
}

Expand Down Expand Up @@ -308,6 +308,7 @@ h6 {
margin-top: 2rem;
margin-bottom: 1rem;
font-weight: bold;
line-height: 1.4;
cursor: text;
color: var(--title-color);
}
Expand Down Expand Up @@ -574,6 +575,7 @@ kbd {
#write pre.md-meta-block {
padding: 1rem;
font-size: 1rem;
line-height: 1.45;
background-color: var(--yaml-bg-color);
border: 0;
border-radius: 2px;
Expand Down
4 changes: 3 additions & 1 deletion drake-google.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ body {
letter-spacing: 0;
margin: 0;
overflow-x: hidden;
line-height: 1.8rem;
}

/*code block*/
Expand Down Expand Up @@ -271,6 +270,7 @@ img {
}

#write p {
line-height: 1.6rem;
word-spacing: .05rem;
}

Expand Down Expand Up @@ -298,6 +298,7 @@ h6 {
margin-top: 2rem;
margin-bottom: 1rem;
font-weight: bold;
line-height: 1.4;
cursor: text;
color: var(--title-color);
}
Expand Down Expand Up @@ -564,6 +565,7 @@ kbd {
#write pre.md-meta-block {
padding: 1rem;
font-size: 1rem;
line-height: 1.45;
background-color: var(--yaml-bg-color);
border: 0;
border-radius: 2px;
Expand Down
4 changes: 3 additions & 1 deletion drake-juejin.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ body {
letter-spacing: 0;
margin: 0;
overflow-x: hidden;
line-height: 1.8rem;
}

#write {
Expand Down Expand Up @@ -291,6 +290,7 @@ img {
}

#write p {
line-height: 1.6rem;
word-spacing: .05rem;
}

Expand Down Expand Up @@ -318,6 +318,7 @@ h6 {
margin-top: 2rem;
margin-bottom: 1rem;
font-weight: bold;
line-height: 1.4;
cursor: text;
color: var(--title-color);
}
Expand Down Expand Up @@ -580,6 +581,7 @@ kbd {
#write pre.md-meta-block {
padding: 1rem;
font-size: 1rem;
line-height: 1.45;
background-color: var(--yaml-bg-color);
border: 0;
border-radius: 2px;
Expand Down
4 changes: 3 additions & 1 deletion drake-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ body {
letter-spacing: 0;
margin: 0;
overflow-x: hidden;
line-height: 1.8rem;
}

/*code block*/
Expand Down Expand Up @@ -273,6 +272,7 @@ img {
}

#write p {
line-height: 1.6rem;
word-spacing: .05rem;
}

Expand Down Expand Up @@ -300,6 +300,7 @@ h6 {
margin-top: 2rem;
margin-bottom: 1rem;
font-weight: bold;
line-height: 1.4;
cursor: text;
color: var(--title-color);
}
Expand Down Expand Up @@ -566,6 +567,7 @@ kbd {
#write pre.md-meta-block {
padding: 1rem;
font-size: 1rem;
line-height: 1.45;
background-color: var(--yaml-bg-color);
border: 0;
border-radius: 2px;
Expand Down
4 changes: 3 additions & 1 deletion drake-material.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ body {
letter-spacing: 0;
margin: 0;
overflow-x: hidden;
line-height: 1.8rem;
}

/*code block*/
Expand Down Expand Up @@ -281,6 +280,7 @@ img {
}

#write p {
line-height: 1.6rem;
word-spacing: .05rem;
}

Expand Down Expand Up @@ -308,6 +308,7 @@ h6 {
margin-top: 2rem;
margin-bottom: 1rem;
font-weight: bold;
line-height: 1.4;
cursor: text;
color: var(--title-color);
}
Expand Down Expand Up @@ -574,6 +575,7 @@ kbd {
#write pre.md-meta-block {
padding: 1rem;
font-size: 1rem;
line-height: 1.45;
background-color: var(--yaml-bg-color);
border: 0;
border-radius: 2px;
Expand Down
4 changes: 3 additions & 1 deletion drake-purple.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ body {
letter-spacing: 0;
margin: 0;
overflow-x: hidden;
line-height: 1.8rem;
}

/*code block*/
Expand Down Expand Up @@ -281,6 +280,7 @@ img {
}

#write p {
line-height: 1.6rem;
word-spacing: .05rem;
}

Expand Down Expand Up @@ -308,6 +308,7 @@ h6 {
margin-top: 2rem;
margin-bottom: 1rem;
font-weight: bold;
line-height: 1.4;
cursor: text;
color: var(--title-color);
}
Expand Down Expand Up @@ -574,6 +575,7 @@ kbd {
#write pre.md-meta-block {
padding: 1rem;
font-size: 1rem;
line-height: 1.45;
background-color: var(--yaml-bg-color);
border: 0;
border-radius: 2px;
Expand Down
4 changes: 3 additions & 1 deletion drake-vue.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ body {
letter-spacing: 0;
margin: 0;
overflow-x: hidden;
line-height: 1.8rem;
}

/*code block*/
Expand Down Expand Up @@ -273,6 +272,7 @@ img {
}

#write p {
line-height: 1.6rem;
word-spacing: .05rem;
}

Expand Down Expand Up @@ -300,6 +300,7 @@ h6 {
margin-top: 2rem;
margin-bottom: 1rem;
font-weight: bold;
line-height: 1.4;
cursor: text;
color: var(--title-color);
}
Expand Down Expand Up @@ -566,6 +567,7 @@ kbd {
#write pre.md-meta-block {
padding: 1rem;
font-size: 1rem;
line-height: 1.45;
background-color: var(--yaml-bg-color);
border: 0;
border-radius: 2px;
Expand Down
4 changes: 3 additions & 1 deletion drake.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ body {
letter-spacing: 0;
margin: 0;
overflow-x: hidden;
line-height: 1.8rem;
}

/*code block*/
Expand Down Expand Up @@ -278,6 +277,7 @@ img {
}

#write p {
line-height: 1.6rem;
word-spacing: .05rem;
}

Expand Down Expand Up @@ -305,6 +305,7 @@ h6 {
margin-top: 2rem;
margin-bottom: 1rem;
font-weight: bold;
line-height: 1.4;
cursor: text;
color: var(--title-color);
}
Expand Down Expand Up @@ -567,6 +568,7 @@ kbd {
#write pre.md-meta-block {
padding: 1rem;
font-size: 1rem;
line-height: 1.45;
background-color: var(--yaml-bg-color);
border: 0;
border-radius: 2px;
Expand Down

0 comments on commit 6da6128

Please sign in to comment.