summaryrefslogtreecommitdiff
path: root/src/content/style.css
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-03-31 21:52:11 -0300
committerEuAndreh <eu@euandre.org>2025-03-31 21:52:11 -0300
commit440ea943240d4180b992c744330a696d7dbdd9e6 (patch)
tree71441eee9637c5c6f3d253fdfb62696ab63b8e43 /src/content/style.css
parentsrc/content/: Update all files left to asciidoc (diff)
downloadeuandre.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.css7
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;
+}