diff options
| author | Rapptz <[email protected]> | 2020-08-31 02:35:38 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2020-12-18 21:18:58 -0500 |
| commit | 13dacb39946dd99ac4e301da4ebcfe872876beb1 (patch) | |
| tree | e881ceb09401ff724c402d44bef29110fd01f4a0 /docs/_static | |
| parent | [matrix] Hide hamburger menu on pages without sidebar (diff) | |
| download | discord.py-13dacb39946dd99ac4e301da4ebcfe872876beb1.tar.xz discord.py-13dacb39946dd99ac4e301da4ebcfe872876beb1.zip | |
Thicken admonition borders a little
Diffstat (limited to 'docs/_static')
| -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); } |