diff options
| author | James <[email protected]> | 2020-06-27 12:33:51 +0100 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2020-12-18 21:18:54 -0500 |
| commit | fb27da07fcfbbe129c7177ff756ce29d7f2948c6 (patch) | |
| tree | e7cb20f9a61c07d321a93abe82750de0e80013f5 /docs | |
| parent | Fix table wrapping (diff) | |
| download | discord.py-fb27da07fcfbbe129c7177ff756ce29d7f2948c6.tar.xz discord.py-fb27da07fcfbbe129c7177ff756ce29d7f2948c6.zip | |
Add border radius and padding to inline code
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/_static/style.css | 2 |
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 { |