mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-05 01:16:21 +00:00
Add border radius and padding to inline code
This commit is contained in:
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 {
|
||||
|
Reference in New Issue
Block a user