From bef54087c3fc4f39aee15d55ad3837ab1f81fa2e Mon Sep 17 00:00:00 2001 From: yingyu5658 Date: Sat, 2 Aug 2025 17:05:13 +0800 Subject: 重置h1-h6的前缀为单独的'#' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/main.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'assets/css') diff --git a/assets/css/main.css b/assets/css/main.css index 5ce35b1..113c6c0 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -20,11 +20,11 @@ time { } .post-content h1::before { content: "# "; } -.post-content h2::before { content: "## "; } -.post-content h3::before { content: "### "; } -.post-content h4::before { content: "#### "; } -.post-content h5::before { content: "##### "; } -.post-content h6::before { content: "###### "; } +.post-content h2::before { content: "# "; } +.post-content h3::before { content: "# "; } +.post-content h4::before { content: "# "; } +.post-content h5::before { content: "# "; } +.post-content h6::before { content: "# "; } .simplified-pagination nav ul { display: flex; -- cgit v1.2.3