mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-21 08:17:47 +00:00
Add border radius and padding to inline code
This commit is contained in:
parent
c911cd0dbd
commit
69e2cd0180
2
docs/_static/style.css
vendored
2
docs/_static/style.css
vendored
@ -742,6 +742,8 @@ pre, code {
|
||||
|
||||
code {
|
||||
background-color: var(--inline-code-background);
|
||||
padding: .15em;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
code.descname {
|
||||
|
Loading…
x
Reference in New Issue
Block a user