improve summary/details clickability a wee bit

This commit is contained in:
Mike Macgirvin 2024-07-15 06:21:52 +10:00
parent d753564c22
commit fc2c0b0149

View file

@ -1,3 +1,10 @@
details > summary {
list-style-type: '▶️ ';
}
details[open] > summary {
list-style-type: '🔽 ';
}
/* jot */
.jothidden {