diff options
author | EuAndreh <eu@euandre.org> | 2025-03-31 21:52:11 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-03-31 21:52:11 -0300 |
commit | 440ea943240d4180b992c744330a696d7dbdd9e6 (patch) | |
tree | 71441eee9637c5c6f3d253fdfb62696ab63b8e43 /src/content/style.css | |
parent | src/content/: Update all files left to asciidoc (diff) | |
download | euandre.org-440ea943240d4180b992c744330a696d7dbdd9e6.tar.gz euandre.org-440ea943240d4180b992c744330a696d7dbdd9e6.tar.xz |
src/content/style.css: Add adjustment for asciidoc
Diffstat (limited to '')
-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; +} |