Reduce indentation of nested ols, uls.
This commit is contained in:
parent
137c48463e
commit
7066034360
1 changed files with 5 additions and 0 deletions
|
@ -100,6 +100,11 @@ blockquote
|
||||||
padding-inline-end: 20px;
|
padding-inline-end: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ol ol, ul ul, ol ul, ul ol
|
||||||
|
{
|
||||||
|
padding-inline-start: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
*:not(pre) > code
|
*:not(pre) > code
|
||||||
{
|
{
|
||||||
background-color: var(--color_inlinecodebg);
|
background-color: var(--color_inlinecodebg);
|
||||||
|
|
Loading…
Reference in a new issue