Reduce indentation of nested ols, uls.

This commit is contained in:
Ethan Dalool 2020-04-02 20:21:18 -07:00
parent 137c48463e
commit 7066034360

View file

@ -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);