about summary refs log tree commit diff stats
path: root/res
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2023-10-25 15:24:13 +0200
committerbptato <nincsnevem662@gmail.com>2023-10-25 15:24:43 +0200
commite3485c011873797297177cf2ff49b9d791c9187e (patch)
tree4fe9b12da56b9469802f44690e6fd00fefc187d5 /res
parentdaaaa6343510889f2b1ae29647ec81c376a1641b (diff)
downloadchawan-e3485c011873797297177cf2ff49b9d791c9187e.tar.gz
ua.css: add <s>, <strike>
Diffstat (limited to 'res')
-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: '(';
 }