aboutsummaryrefslogtreecommitdiff
path: root/theme/static/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'theme/static/styles.css')
-rw-r--r--theme/static/styles.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/theme/static/styles.css b/theme/static/styles.css
index 2489991..f74ee51 100644
--- a/theme/static/styles.css
+++ b/theme/static/styles.css
@@ -546,6 +546,10 @@ summary {
font-weight: bold;
}
+span.tag::before {
+ content: "#";
+}
+
.footnote-definition {
display: flex;
justify-content: flex-start;