一系列修改
This commit is contained in:
10
style.css
10
style.css
@@ -122,7 +122,7 @@ input[type="search"]::-webkit-search-results-decoration {
|
||||
|
||||
|
||||
body {
|
||||
background: #fff;
|
||||
background: #f6f2e8;
|
||||
border: none;
|
||||
color: #121212;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Helvetica, Arial, "PingFangSC-Regular", "Hiragino Sans GB", "Lantinghei SC", "Microsoft Yahei", "Source Han Sans CN", "WenQuanYi Micro Hei", SimSun, sans-serif;
|
||||
@@ -1700,6 +1700,10 @@ body.hide-social .social-menu {
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.entry-content h1, h2, h3, h4, h5, h6 {
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
.entry-content a {
|
||||
text-decoration: underline;
|
||||
color: var(--accent-color);
|
||||
@@ -1733,7 +1737,9 @@ address {
|
||||
|
||||
.entry-content p {
|
||||
line-height: 2;
|
||||
text-align: justify;
|
||||
word-break: break-word;
|
||||
word-wrap: break-word;
|
||||
letter-spacing: 0.5px;
|
||||
}
|
||||
|
||||
.entry-content p.has-background {
|
||||
|
Reference in New Issue
Block a user