summaryrefslogtreecommitdiffstats
path: root/wp-includes/blocks/list/style-rtl.css
blob: bd5ee34e222052f7e105ffcbfccb38ea1a716e4f (plain)
1
2
3
4
5
6
7
ol,ul{
  box-sizing:border-box;
}

:root :where(ul.has-background,ol.has-background){
  padding:1.25em 2.375em;
}