From e9491e803e4ba1faa26efcbbedb6b4ec00195b6f Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sun, 28 Jul 2024 21:53:25 -0500 Subject: add support for filetags --- theme/static/styles.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'theme/static/styles.css') 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; -- cgit v1.2.3