diff options
Diffstat (limited to 'assets/css/main.css')
| -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; |
