aboutsummaryrefslogtreecommitdiff
path: root/docs/_static
diff options
context:
space:
mode:
authorJames <[email protected]>2020-06-27 12:33:51 +0100
committerRapptz <[email protected]>2020-12-18 21:18:54 -0500
commitfb27da07fcfbbe129c7177ff756ce29d7f2948c6 (patch)
treee7cb20f9a61c07d321a93abe82750de0e80013f5 /docs/_static
parentFix table wrapping (diff)
downloaddiscord.py-fb27da07fcfbbe129c7177ff756ce29d7f2948c6.tar.xz
discord.py-fb27da07fcfbbe129c7177ff756ce29d7f2948c6.zip
Add border radius and padding to inline code
Diffstat (limited to 'docs/_static')
-rw-r--r--docs/_static/style.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/_static/style.css b/docs/_static/style.css
index f77572f3..06a72904 100644
--- a/docs/_static/style.css
+++ b/docs/_static/style.css
@@ -742,6 +742,8 @@ pre, code {
code {
background-color: var(--inline-code-background);
+ padding: .15em;
+ border-radius: 3px;
}
code.descname {