diff options
| author | Christian Cleberg <[email protected]> | 2024-07-28 21:53:25 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2024-07-28 21:53:25 -0500 |
| commit | e9491e803e4ba1faa26efcbbedb6b4ec00195b6f (patch) | |
| tree | 7e162703cab1118aaaab2f9159f07d18c045b1d6 /theme/static/styles.css | |
| parent | 1b5869f8a857c5bd5e6230a225ecbe6671564116 (diff) | |
| download | cleberg.net-e9491e803e4ba1faa26efcbbedb6b4ec00195b6f.tar.gz cleberg.net-e9491e803e4ba1faa26efcbbedb6b4ec00195b6f.tar.bz2 cleberg.net-e9491e803e4ba1faa26efcbbedb6b4ec00195b6f.zip | |
add support for filetags
Diffstat (limited to 'theme/static/styles.css')
| -rw-r--r-- | theme/static/styles.css | 4 |
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; |
