Simplify css

This commit is contained in:
Joscha 2023-08-18 00:06:20 +02:00
parent ad396722a0
commit 4af950b6a4

View file

@ -39,14 +39,11 @@ details {
details>summary { details>summary {
font-weight: bold; font-weight: bold;
margin-left: 0;
list-style-type: "> ";
cursor: pointer; cursor: pointer;
list-style-type: "> ";
} }
details[open]>summary { details[open]>summary {
margin-left: 0;
margin-bottom: 1em;
list-style-type: "v "; list-style-type: "v ";
} }