From 3534a70025afc8eac796c08be6c22daee7f86634 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E5=A4=952077?= Date: Mon, 12 Jan 2026 20:33:34 +0800 Subject: [PATCH] Update custom.css --- assets/css/custom.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/assets/css/custom.css b/assets/css/custom.css index e119640..430d042 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -10,6 +10,17 @@ code, kbd, samp, pre { font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,liberation mono,courier new,monospace; } +.content ol li { + margin-bottom: 1.5rem; +} + +.content ol li strong:first-of-type { + display: block; + margin-bottom: 0.5rem; + width: 100%; + font-size: 1.2rem; +} + .content ol li p strong:first-of-type { display: block; margin-bottom: 0.5rem;