Skip to content

Commit

Permalink
style: modify theme style.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Aug 25, 2023
1 parent 056b792 commit 3b32e76
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions website/src/themes/base.md.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ a {

h1 {
color: inherit;
font-size: 16px;
font-size: 18px;
font-weight: bold;
}

Expand All @@ -32,7 +32,7 @@ h4 {

p {
color: initial;
font-size: 14px;
font-size: 16px;
line-height: 1.5em;
}

Expand Down
4 changes: 2 additions & 2 deletions website/src/themes/default.md.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ h1 {
line-height: 1.75;
font-family: -apple-system-font, BlinkMacSystemFont, 'Helvetica Neue', 'PingFang SC', 'Hiragino Sans GB',
'Microsoft YaHei UI', 'Microsoft YaHei', Arial, sans-serif;
font-size: 16px;
font-size: 18px;
font-weight: bold;
margin: 2em auto 1em;
padding: 0 1em;
Expand Down Expand Up @@ -63,7 +63,7 @@ li {
}

p {
font-size: 14px;
font-size: 16px;
line-height: 1.5em;
padding: 0.5em 0 !important;
margin-bottom: 0 !important;
Expand Down
4 changes: 2 additions & 2 deletions website/src/themes/simple.md.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ h1 {
line-height: 1.75;
font-family: -apple-system-font, BlinkMacSystemFont, 'Helvetica Neue', 'PingFang SC', 'Hiragino Sans GB',
'Microsoft YaHei UI', 'Microsoft YaHei', Arial, sans-serif;
font-size: 16px;
font-size: 18px;
font-weight: bold;
margin: 2em auto 1em;
padding: 0 1em;
Expand Down Expand Up @@ -63,7 +63,7 @@ li {
}

p {
font-size: 14px;
font-size: 16px;
line-height: 1.5em;
padding: 0.5em 0 !important;
margin-bottom: 0 !important;
Expand Down
4 changes: 2 additions & 2 deletions website/src/themes/underscore.md.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ h1 {
line-height: 1.15;
font-family: -apple-system-font, BlinkMacSystemFont, 'Helvetica Neue', 'PingFang SC', 'Hiragino Sans GB',
'Microsoft YaHei UI', 'Microsoft YaHei', Arial, sans-serif;
font-size: 16px;
font-size: 18px;
font-weight: bold;
margin: 2em auto 1em;
padding: 0 1em 0.3em 1em;
Expand Down Expand Up @@ -59,7 +59,7 @@ li {
}

p {
font-size: 14px;
font-size: 16px;
line-height: 1.5em;
padding: 0.5em 0 !important;
margin-bottom: 0 !important;
Expand Down

0 comments on commit 3b32e76

Please sign in to comment.