about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--res/ua.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/ua.css b/res/ua.css
index 8039af96..cb9edce2 100644
--- a/res/ua.css
+++ b/res/ua.css
@@ -299,6 +299,10 @@ blink {
 	text-decoration: blink;
 }
 
+s, strike {
+	text-decoration: line-through;
+}
+
 rt::before {
 	content: '(';
 }