some modification to global css, but it's not good anymore
This commit is contained in:
@@ -25,7 +25,10 @@ ul {
|
||||
display: block;
|
||||
list-style-type: "• ";
|
||||
padding-left: 0px;
|
||||
/*
|
||||
list-style-position: outside;
|
||||
*/
|
||||
list-style-position: inside;
|
||||
}
|
||||
li {
|
||||
display: list-item;
|
||||
@@ -34,7 +37,10 @@ li::marker {
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
details summary {
|
||||
/*
|
||||
list-style-position: outside;
|
||||
*/
|
||||
list-style-position: inside;
|
||||
}
|
||||
details summary {
|
||||
font-size: 1.8rem;
|
||||
|
||||
Reference in New Issue
Block a user