diff options
| author | yingyu5658 <i@yingyu5658.me> | 2026-01-11 22:59:03 +0800 |
|---|---|---|
| committer | yingyu5658 <i@yingyu5658.me> | 2026-01-11 22:59:03 +0800 |
| commit | 16e2a3fd905c5ffb5e0a90c1a4805559d372b389 (patch) | |
| tree | 929186c19af5b27bdb75f2252e0949db44102221 /layouts/partials/style.html | |
| parent | df0f931af8c9008bc59a2955dcf4c9facf2834fa (diff) | |
| download | blog-16e2a3fd905c5ffb5e0a90c1a4805559d372b389.tar.gz blog-16e2a3fd905c5ffb5e0a90c1a4805559d372b389.zip | |
docs: post weekly
Diffstat (limited to 'layouts/partials/style.html')
| -rw-r--r-- | layouts/partials/style.html | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/layouts/partials/style.html b/layouts/partials/style.html index 50650ea..8429fdb 100644 --- a/layouts/partials/style.html +++ b/layouts/partials/style.html @@ -16,7 +16,7 @@ --code-bg-color: #f2f2f2; --code-text-color: #222; --blockquote-border-color: #666; - --blockquote-text-color: #666; + --blockquote-text-color: #8c8c8c; --upvoted-color: #fa8072; --caption-text-color: #666; --toc-text-color: #e5e5e5; @@ -95,8 +95,9 @@ } article p { - line-height: 40px; + line-height: 35px; margin-top: 20px; + font-weight: 550; } .item-link { @@ -289,12 +290,17 @@ --music-bg-hover-dark: #525252; /* neutral-600 */ --music-bg-dark: rgba(82, 82, 82, 0.5); /* neutral-600/50 */ --music-text-secondary: #a3a3a3; + --color-background: var(--body-bg-color) !important; } blockquote strong { font-weight: 600; } + article p { + font-weight: 400; + } + .music-btn { background-color: var(--music-bg-dark); } @@ -526,18 +532,14 @@ } blockquote { - border-left: 4px solid var(--blockquote-border-color); + /* border-left: 4px solid var(--blockquote-border-color); */ color: var(--blockquote-text-color); margin: 0; margin-top: 17px; - padding-left: 16px; + padding-left: 20px; font-style: normal; } - blockquote p { - margin: 0; - } - footer { padding: 25px 0; text-align: left; |
