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:
parent
def2aabcad
commit
41c70fde4b
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ img {
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
padding-inline-start: 20px;
|
padding-inline-start: 20px;
|
||||||
list-style-type: disclosure-closed;
|
list-style-type: square;
|
||||||
}
|
}
|
||||||
|
|
||||||
ol {
|
ol {
|
||||||
|
|
Loading…
Reference in a new issue