Browse Source
Add border radius and padding to inline code
pull/5063/head
James
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
0 deletions
-
docs/_static/style.css
|
@ -742,6 +742,8 @@ pre, code { |
|
|
|
|
|
|
|
|
code { |
|
|
code { |
|
|
background-color: var(--inline-code-background); |
|
|
background-color: var(--inline-code-background); |
|
|
|
|
|
padding: .15em; |
|
|
|
|
|
border-radius: 3px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
code.descname { |
|
|
code.descname { |
|
|