mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-19 15:36:02 +00:00
Add border radius and padding to inline code
This commit is contained in:
parent
df57392aea
commit
fb27da07fc
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