From 71611b0641ffc076972937138a29fe3c3020f88b Mon Sep 17 00:00:00 2001 From: Yu Cong Date: Mon, 23 Mar 2026 14:54:09 +0800 Subject: [PATCH] Increase body line-height and add theorem padding --- css/chao-theorems.css | 1 + css/default.css | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/css/chao-theorems.css b/css/chao-theorems.css index c67a99d..4103265 100644 --- a/css/chao-theorems.css +++ b/css/chao-theorems.css @@ -1,6 +1,7 @@ .theorem-environment { font-style: italic; margin-top: 1em; + padding: 0.5em; background-color: whitesmoke; } diff --git a/css/default.css b/css/default.css index 642ada1..24f4227 100644 --- a/css/default.css +++ b/css/default.css @@ -28,7 +28,7 @@ body { font-weight: 400; font-style: normal; font-size: 1rem; - line-height: 125%; + line-height: 140%; color: var(--color-text); background-color: var(--color-bg); text-rendering: optimizeLegibility;