diff options
| author | Rapptz <[email protected]> | 2020-08-31 02:35:38 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2020-08-31 02:35:38 -0400 |
| commit | 0124abb03071d958253b07254a7121a7b732a0a1 (patch) | |
| tree | 738732f7d8b4b7312f2666b45a0c743ffdb0347e /docs | |
| parent | [matrix] Hide hamburger menu on pages without sidebar (diff) | |
| download | discord.py-0124abb03071d958253b07254a7121a7b732a0a1.tar.xz discord.py-0124abb03071d958253b07254a7121a7b732a0a1.zip | |
Thicken admonition borders a little
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/_static/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_static/style.css b/docs/_static/style.css index 1b549b46..99553296 100644 --- a/docs/_static/style.css +++ b/docs/_static/style.css @@ -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); } |