diff options
| author | yingyu5658 <yingyu5658@outlook.com> | 2025-08-02 17:09:34 +0800 |
|---|---|---|
| committer | yingyu5658 <yingyu5658@outlook.com> | 2025-08-02 17:09:34 +0800 |
| commit | 2f6b77df70cafb4b2d58e70c5966378eb2e2af86 (patch) | |
| tree | 14a64378d3f9f3530442555d4142683648f88821 /assets | |
| parent | bef54087c3fc4f39aee15d55ad3837ab1f81fa2e (diff) | |
| download | hugo-theme-concise-2f6b77df70cafb4b2d58e70c5966378eb2e2af86.tar.gz hugo-theme-concise-2f6b77df70cafb4b2d58e70c5966378eb2e2af86.zip | |
移除h1-h6的'#'前缀
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/css/main.css | 7 |
1 files changed, 0 insertions, 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; |
