From ce1b541f29a429b760d08d7f60b51d5484520a4f Mon Sep 17 00:00:00 2001 From: asus Date: Mon, 20 Nov 2023 01:17:01 +0100 Subject: [PATCH] font size adjust for list details arrow --- styles/text.css | 1 + 1 file changed, 1 insertion(+) diff --git a/styles/text.css b/styles/text.css index 64c6279..062f87e 100644 --- a/styles/text.css +++ b/styles/text.css @@ -37,6 +37,7 @@ details summary { list-style-position: outside; } details summary { + font-size: 1.8rem; list-style-type: "▸ "; } details[open] summary {