summaryrefslogtreecommitdiffstats
path: root/style
diff options
context:
space:
mode:
Diffstat (limited to 'style')
-rw-r--r--style/default.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/style/default.css b/style/default.css
index 901da5e9..7e12f122 100644
--- a/style/default.css
+++ b/style/default.css
@@ -178,4 +178,8 @@ body {
.slx-pointer {
cursor: pointer;
-} \ No newline at end of file
+}
+
+.slx-strike {
+ text-decoration: line-through;
+}