diff options
Diffstat (limited to 'src/content/style.css')
-rw-r--r-- | src/content/style.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/content/style.css b/src/content/style.css index a966d5d..5b7f032 100644 --- a/src/content/style.css +++ b/src/content/style.css @@ -157,3 +157,10 @@ div.header-anchor:hover img { text-align: right; font-family: monospace; } + + +/* Fix asciidoc shortcoming */ + +.line-through { + text-decoration: line-through; +} |