instead of using 'header' styles by default and change everything else, it's now switched around: default are non-header styles, only 'absatz'-ul's are styled separately
All checks were successful
CI/CD Pipeline / deploy-main (push) Successful in 1m6s
All checks were successful
CI/CD Pipeline / deploy-main (push) Successful in 1m6s
This commit is contained in:
@ -95,21 +95,21 @@ details summary {
|
||||
line-height: unset;
|
||||
}
|
||||
|
||||
ul {
|
||||
.par > ul {
|
||||
margin: var(--pico-spacing) 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
ul > li {
|
||||
.par > ul > li {
|
||||
list-style: none;
|
||||
margin: 1rem 0;
|
||||
}
|
||||
|
||||
ul > ul {
|
||||
ul {
|
||||
padding: 0 2rem;
|
||||
}
|
||||
|
||||
ul > ul > li {
|
||||
li {
|
||||
list-style: square;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user