about summary refs log tree commit diff
path: root/assets/css/theme.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/theme.css')
-rw-r--r--assets/css/theme.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/assets/css/theme.css b/assets/css/theme.css
index 22400e9..1c10e99 100644
--- a/assets/css/theme.css
+++ b/assets/css/theme.css
@@ -55,6 +55,10 @@ a.nav-next::before {
     content: "← "
 }
 
-.toc-collapse {
+h2, .toc-collapse {
     text-align: initial;
 }
+
+h2::before, h3::before, h4::before, h5::before, h6::before {
+    content: "§ ";
+}