Thicken admonition borders a little

This commit is contained in:
Rapptz 2020-08-31 02:35:38 -04:00
parent 26cce4fb78
commit 0124abb030

View File

@ -710,7 +710,7 @@ div.admonition {
padding-bottom: 0.8em;
margin: 0.8em 0;
border-radius: 2.5px;
border-left-width: 4px;
border-left-width: 6px;
border-left-style: solid;
background-color: var(--admonition-background);
}