about summary refs log tree commit diff stats
path: root/res
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2022-11-27 22:49:55 +0100
committerbptato <nincsnevem662@gmail.com>2022-11-27 23:00:33 +0100
commit8af10b8b74fd29fe4c9debcd5cbecfaddf53a7b5 (patch)
treec328a14994c5da468f68253d2dff5b90bb7b1333 /res
parent4df668fd2225278d4745a67613efd9859bc8c1a0 (diff)
downloadchawan-8af10b8b74fd29fe4c9debcd5cbecfaddf53a7b5.tar.gz
Add support for <button>
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 83e6ec98..6284f855 100644
--- a/res/ua.css
+++ b/res/ua.css
@@ -121,6 +121,10 @@ input:is([type="submit"], [type="button"], [type="reset"])::after {
 	color: red;
 }
 
+button {
+	color: red;
+}
+
 li {
 	display: list-item;
 }