aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRapptz <[email protected]>2020-08-31 02:35:38 -0400
committerRapptz <[email protected]>2020-12-18 21:18:58 -0500
commit13dacb39946dd99ac4e301da4ebcfe872876beb1 (patch)
treee881ceb09401ff724c402d44bef29110fd01f4a0 /docs
parent[matrix] Hide hamburger menu on pages without sidebar (diff)
downloaddiscord.py-13dacb39946dd99ac4e301da4ebcfe872876beb1.tar.xz
discord.py-13dacb39946dd99ac4e301da4ebcfe872876beb1.zip
Thicken admonition borders a little
Diffstat (limited to 'docs')
-rw-r--r--docs/_static/style.css2
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);
}