summaryrefslogtreecommitdiff
path: root/extras
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-12-30 10:21:09 +0200
committerPaul Buetow <paul@buetow.org>2024-12-30 10:21:09 +0200
commitf5e2d2edc4ab9f2842ef5cdca0ce1a130ce6f0a7 (patch)
treefc56651f9e815d9f12cc90d0b500d008dc0257d5 /extras
parentc1595f6b6d5df73ba626d29250fc79e4043e290b (diff)
fix toc when there are tags in them
Diffstat (limited to 'extras')
-rw-r--r--extras/html/themes/retrosimple/style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/extras/html/themes/retrosimple/style.css b/extras/html/themes/retrosimple/style.css
index 6b11516..49e74ef 100644
--- a/extras/html/themes/retrosimple/style.css
+++ b/extras/html/themes/retrosimple/style.css
@@ -75,4 +75,5 @@ pre {
span.inlinecode {
font-family: courier, monospace;
+ border: 1px solid #666666;
}