一系列修改

This commit is contained in:
LinRuiqi
2025-08-24 22:31:46 +08:00
parent ee50636d5d
commit f7ccf8ec84
3 changed files with 105 additions and 26 deletions

View File

@@ -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 {