7 lines
113 B
CSS
7 lines
113 B
CSS
ol,ul{
|
|
box-sizing:border-box;
|
|
}
|
|
|
|
:root :where(ul.has-background,ol.has-background){
|
|
padding:1.25em 2.375em;
|
|
} |