aboutsummaryrefslogtreecommitdiffstats
path: root/assets/css
diff options
context:
space:
mode:
authoryingyu5658 <yingyu5658@outlook.com>2025-08-02 17:09:34 +0800
committeryingyu5658 <yingyu5658@outlook.com>2025-08-02 17:09:34 +0800
commit2f6b77df70cafb4b2d58e70c5966378eb2e2af86 (patch)
tree14a64378d3f9f3530442555d4142683648f88821 /assets/css
parentbef54087c3fc4f39aee15d55ad3837ab1f81fa2e (diff)
downloadhugo-theme-concise-2f6b77df70cafb4b2d58e70c5966378eb2e2af86.tar.gz
hugo-theme-concise-2f6b77df70cafb4b2d58e70c5966378eb2e2af86.zip
移除h1-h6的'#'前缀
Diffstat (limited to 'assets/css')
-rw-r--r--assets/css/main.css7
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;