about summary refs log tree commit diff stats
path: root/res
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2022-12-12 15:23:39 +0100
committerbptato <nincsnevem662@gmail.com>2022-12-12 15:23:39 +0100
commit47b0c8df73dc15599a19017cc7691cebb6d0b918 (patch)
tree702cb8f58599755c6cb346131555bfc6fb11af53 /res
parent23da83a2faac129271cfd7b9761588301280a9fe (diff)
downloadchawan-47b0c8df73dc15599a19017cc7691cebb6d0b918.tar.gz
Add support for q, fix list-item counter behavior
Diffstat (limited to 'res')
-rw-r--r--res/ua.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/res/ua.css b/res/ua.css
index cf9e94bc..3a31fb9a 100644
--- a/res/ua.css
+++ b/res/ua.css
@@ -30,6 +30,14 @@ blockquote {
 	margin: 1em;
 }
 
+q::before {
+	content: open-quote;
+}
+
+q::after {
+	content: close-quote;
+}
+
 table {
 	display: table;
 	border-spacing: 0.5ch 0;
@@ -202,6 +210,7 @@ sub::before {
 
 ol {
 	list-style-type: decimal;
+	counter-reset: list-item 0;
 }
 
 ul {