From 440ea943240d4180b992c744330a696d7dbdd9e6 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 31 Mar 2025 21:52:11 -0300 Subject: src/content/style.css: Add adjustment for asciidoc --- src/content/style.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/content') 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; +} -- cgit v1.2.3