diff options
author | bptato <nincsnevem662@gmail.com> | 2022-11-27 22:49:55 +0100 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2022-11-27 23:00:33 +0100 |
commit | 8af10b8b74fd29fe4c9debcd5cbecfaddf53a7b5 (patch) | |
tree | c328a14994c5da468f68253d2dff5b90bb7b1333 /res | |
parent | 4df668fd2225278d4745a67613efd9859bc8c1a0 (diff) | |
download | chawan-8af10b8b74fd29fe4c9debcd5cbecfaddf53a7b5.tar.gz |
Add support for <button>
Diffstat (limited to 'res')
-rw-r--r-- | res/ua.css | 4 |
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; } |