style: modify theme style.

This commit is contained in:
jaywcjlove
2022-09-03 13:33:25 +08:00
parent f245c33973
commit 3bf313ffc3
7 changed files with 54 additions and 50 deletions

View File

@@ -1,7 +1,7 @@
a {
color: #576b95;
text-decoration: none;
font-size: 14px;
font-size: 0.85em;
}
h1 {
@@ -35,7 +35,7 @@ h2 {
}
p {
font-size: 14px;
font-size: 0.85em;
}
h3 {
@@ -53,19 +53,17 @@ h3 {
ul {
padding-left: 1.2em;
font-size: 14px;
}
ol {
padding-left: 1.2em;
font-size: 14px;
}
li {
margin: 0;
line-height: 26px;
line-height: 1.5em;
color: rgb(30 41 59);
font-size: 14px;
font-size: 0.85em;
}
blockquote {
@@ -73,7 +71,7 @@ blockquote {
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: 14px;
font-size: 0.85em;
font-style: normal;
border-left: none;
padding: 0.1rem 1rem;
@@ -88,7 +86,6 @@ pre {
padding: 1em;
color: rgb(51, 51, 51);
background: rgb(248, 248, 248);
font-size: 14px;
font-style: normal;
font-variant-ligatures: normal;
font-variant-caps: normal;
@@ -114,7 +111,7 @@ table {
width: 100% !important;
border-collapse: collapse;
line-height: 1.35;
font-size: 90%;
font-size: 0.85em;
}
td {
@@ -132,7 +129,7 @@ th {
text-align: left;
line-height: 1.75;
font-family: Menlo, 'Operator Mono', Consolas, Monaco, monospace;
font-size: 14px;
font-size: 0.85em;
margin: 0px;
white-space: nowrap;
}
@@ -151,17 +148,17 @@ th {
padding: 0.2rem 0.3rem;
border-radius: 4px;
font-weight: bold;
font-size: 14px;
font-size: 0.85em;
}
.footnotes-title {
display: table;
font-family: -apple-system-font, BlinkMacSystemFont, 'Helvetica Neue', 'PingFang SC', 'Hiragino Sans GB',
'Microsoft YaHei UI', 'Microsoft YaHei', Arial, sans-serif;
font-size: 1rem;
font-size: 1em;
font-weight: bold;
margin: 3rem 0 0.6rem 0;
padding-left: 0.2rem;
margin: 3em 0 0.6em 0;
padding-left: 0.2em;
}
.footnotes-list {