diff options
| author | Paul Buetow <paul@buetow.org> | 2024-12-30 10:21:09 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-12-30 10:21:09 +0200 |
| commit | f5e2d2edc4ab9f2842ef5cdca0ce1a130ce6f0a7 (patch) | |
| tree | fc56651f9e815d9f12cc90d0b500d008dc0257d5 /extras | |
| parent | c1595f6b6d5df73ba626d29250fc79e4043e290b (diff) | |
fix toc when there are tags in them
Diffstat (limited to 'extras')
| -rw-r--r-- | extras/html/themes/retrosimple/style.css | 1 |
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; } |
