Site updated: 2021-05-20 19:38:36
This commit is contained in:
14
css/main.css
14
css/main.css
@ -185,7 +185,7 @@ th {
|
||||
}
|
||||
body {
|
||||
position: relative;
|
||||
font-family: 'Lato', "PingFang SC", "Microsoft YaHei", sans-serif;
|
||||
font-family: 'Lato', "Noto Serif SC", sans-serif;
|
||||
font-size: 14px;
|
||||
line-height: 2;
|
||||
color: #555;
|
||||
@ -216,7 +216,7 @@ h6 {
|
||||
padding: 0;
|
||||
font-weight: bold;
|
||||
line-height: 1.5;
|
||||
font-family: 'Lato', "PingFang SC", "Microsoft YaHei", sans-serif;
|
||||
font-family: 'Lato', "Noto Serif SC", sans-serif;
|
||||
}
|
||||
h2,
|
||||
h3,
|
||||
@ -557,7 +557,7 @@ pre,
|
||||
}
|
||||
pre,
|
||||
code {
|
||||
font-family: consolas, Menlo, "PingFang SC", "Microsoft YaHei", monospace;
|
||||
font-family: consolas, Menlo, "Noto Serif SC", monospace;
|
||||
}
|
||||
code {
|
||||
padding: 2px 4px;
|
||||
@ -1197,7 +1197,7 @@ pre .javascript .function {
|
||||
line-height: 36px;
|
||||
font-size: 25px;
|
||||
font-weight: normal;
|
||||
font-family: 'Lato', "PingFang SC", "Microsoft YaHei", sans-serif;
|
||||
font-family: 'Lato', "Noto Serif SC", sans-serif;
|
||||
}
|
||||
.site-subtitle {
|
||||
margin-top: 10px;
|
||||
@ -1285,7 +1285,7 @@ pre .javascript .function {
|
||||
opacity: 0;
|
||||
}
|
||||
.post-body {
|
||||
font-family: 'Lato', "PingFang SC", "Microsoft YaHei", sans-serif;
|
||||
font-family: 'Lato', "Noto Serif SC", sans-serif;
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
.post-body {
|
||||
@ -1563,7 +1563,7 @@ pre .javascript .function {
|
||||
.posts-expand .post-meta {
|
||||
margin: 3px 0 60px 0;
|
||||
color: #999;
|
||||
font-family: 'Lato', "PingFang SC", "Microsoft YaHei", sans-serif;
|
||||
font-family: 'Lato', "Noto Serif SC", sans-serif;
|
||||
font-size: 12px;
|
||||
text-align: center;
|
||||
}
|
||||
@ -2043,7 +2043,7 @@ pre .javascript .function {
|
||||
width: 4px;
|
||||
height: 4px;
|
||||
border-radius: 50%;
|
||||
background: #7eff85;
|
||||
background: #3cff70;
|
||||
}
|
||||
.links-of-blogroll {
|
||||
font-size: 13px;
|
||||
|
Reference in New Issue
Block a user