From 69c63d3f22a937973120d487428b14d8c4d38a2d Mon Sep 17 00:00:00 2001 From: yingyu5658 Date: Sun, 4 Jan 2026 22:11:51 +0800 Subject: docs: post weekly --- layouts/partials/style.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'layouts') 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; } -- cgit v1.2.3