Switch unordered list styling

As the disclosure is now used in summary element, it might be
irritating.
Therefore a different symbol is used which is easier to identify as
list.
This commit is contained in:
Daniel Siepmann 2021-12-23 08:05:25 +01:00
parent def2aabcad
commit 41c70fde4b

View file

@ -59,7 +59,7 @@ img {
ul {
padding-inline-start: 20px;
list-style-type: disclosure-closed;
list-style-type: square;
}
ol {