diff options
| author | yingyu5658 <yingyu5658@outlook.com> | 2025-08-02 17:05:13 +0800 |
|---|---|---|
| committer | yingyu5658 <yingyu5658@outlook.com> | 2025-08-02 17:05:13 +0800 |
| commit | bef54087c3fc4f39aee15d55ad3837ab1f81fa2e (patch) | |
| tree | 0f036a5e51f74b44ef604b2228699babe6422894 /assets | |
| parent | 7bba5063dd5d8ba1ca3c450ffc8adeca731aec08 (diff) | |
| download | hugo-theme-concise-bef54087c3fc4f39aee15d55ad3837ab1f81fa2e.tar.gz hugo-theme-concise-bef54087c3fc4f39aee15d55ad3837ab1f81fa2e.zip | |
重置h1-h6的前缀为单独的'#'
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/css/main.css | 10 |
1 files changed, 5 insertions, 5 deletions
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; |
