Add border radius and padding to inline code

This commit is contained in:
James 2020-06-27 12:33:51 +01:00 committed by GitHub
parent c911cd0dbd
commit 69e2cd0180
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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