From 8be9f27fd26f07bfd8872e0a71bba5c3d145089b Mon Sep 17 00:00:00 2001 From: steering7253 Date: Mon, 29 Jun 2026 21:35:43 +0000 Subject: nojs faq expander --- static/style.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index b2584d7..0afbc61 100644 --- a/static/style.css +++ b/static/style.css @@ -47,9 +47,12 @@ body { border: 1px solid black; } -.expander-hidden { - display: none; -} -.expander-toggle { +details summary { cursor: pointer; } +details summary::marker { + content: '\25BA'; +} +details[open] summary::marker { + content: '\25BC'; +} -- cgit v1.3.1-10-gc9f91