summaryrefslogtreecommitdiff
path: root/docs/static
diff options
context:
space:
mode:
Diffstat (limited to 'docs/static')
-rw-r--r--docs/static/customstyle.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/static/customstyle.css b/docs/static/customstyle.css
index 6c964b762..3c0bc8424 100644
--- a/docs/static/customstyle.css
+++ b/docs/static/customstyle.css
@@ -24,3 +24,7 @@
overflow: visible !important;
}
}
+
+.strike {
+ text-decoration: line-through;
+}