Add border radius and padding to inline code

This commit is contained in:
James 2020-06-27 12:33:51 +01:00 committed by Rapptz
parent df57392aea
commit fb27da07fc

View File

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