Browse Source

Add border radius and padding to inline code

pull/5063/head
James 5 years ago
committed by GitHub
parent
commit
69e2cd0180
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/_static/style.css

2
docs/_static/style.css

@ -742,6 +742,8 @@ pre, code {
code {
background-color: var(--inline-code-background);
padding: .15em;
border-radius: 3px;
}
code.descname {

Loading…
Cancel
Save