about summary refs log tree commit diff stats
path: root/res/ua.css
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2022-02-12 13:11:38 +0100
committerbptato <nincsnevem662@gmail.com>2022-02-12 13:11:44 +0100
commit051d22b17e4c270f925376824a2307ab65ef5aa5 (patch)
tree34245c30f6a7569a0bb7cba76ed24e8a3243f338 /res/ua.css
parent233688e5c7c8f35366a02673e04dad2e527897e1 (diff)
downloadchawan-051d22b17e4c270f925376824a2307ab65ef5aa5.tar.gz
Implement blink tag
with text-decoration: blink.
Diffstat (limited to 'res/ua.css')
-rw-r--r--res/ua.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/ua.css b/res/ua.css
index 1659f65d..bfcfce3c 100644
--- a/res/ua.css
+++ b/res/ua.css
@@ -193,3 +193,7 @@ dl[compact] dt + br {
 center {
 	text-align: -moz-center;
 }
+
+blink {
+	text-decoration: blink;
+}