use a more common unicode arrow that can be found in more fonts

This commit is contained in:
mcbloch 2022-05-20 18:17:34 +02:00
parent b5202a9de6
commit 0e0771bae1

View file

@ -243,9 +243,9 @@ details summary {
} }
details summary:before { details summary:before {
font-style: normal; font-style: normal;
content: ""; content: "";
padding-right: 0.4em; padding-right: 0.4em;
} }
details[open] summary:before { details[open] summary:before {
content: ""; content: "";
} }