diff options
| author | yingyu5658 <i@yingyu5658.me> | 2026-01-04 22:11:51 +0800 |
|---|---|---|
| committer | yingyu5658 <i@yingyu5658.me> | 2026-01-04 22:11:51 +0800 |
| commit | 69c63d3f22a937973120d487428b14d8c4d38a2d (patch) | |
| tree | 66f28722aa1675f5bb77e4031e6615de43d118cc /layouts | |
| parent | 68f1f0a4088e86c68f63f75d5ae4c90ab70e6ec2 (diff) | |
| download | blog-69c63d3f22a937973120d487428b14d8c4d38a2d.tar.gz blog-69c63d3f22a937973120d487428b14d8c4d38a2d.zip | |
docs: post weekly
Diffstat (limited to 'layouts')
| -rw-r--r-- | layouts/partials/style.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/layouts/partials/style.html b/layouts/partials/style.html index b6d73ea..50650ea 100644 --- a/layouts/partials/style.html +++ b/layouts/partials/style.html @@ -3,7 +3,7 @@ --width-max: 700px; --font-primary: "Noto Serif SC", "Source Han Serif SC", serif; --font-secondary: monospace; - --font-size-primary: 1.105em; + --font-size-primary: 1.15em; --font-size-secondary: 0.8em; --body-bg-color: #ffffff; --bold-text-color: #222; @@ -95,7 +95,8 @@ } article p { - line-height: 35px; + line-height: 40px; + margin-top: 20px; } .item-link { @@ -525,9 +526,10 @@ } blockquote { - border-left: 5px 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; font-style: normal; } |
