From 2f6b77df70cafb4b2d58e70c5966378eb2e2af86 Mon Sep 17 00:00:00 2001 From: yingyu5658 Date: Sat, 2 Aug 2025 17:09:34 +0800 Subject: 移除h1-h6的'#'前缀 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/main.css | 7 ------- 1 file changed, 7 deletions(-) diff --git a/assets/css/main.css b/assets/css/main.css index 113c6c0..c4a1e7b 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -19,13 +19,6 @@ time { line-height: 1px; } -.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: "# "; } - .simplified-pagination nav ul { display: flex; list-style: none; -- cgit v1.2.3