diff options
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; } |
