Make code font size similar to regular text
This commit is contained in:
parent
5668c6fd51
commit
51299d924d
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ $code-background-color-dark: lighten(variables.$background-color-dark, 5%);
|
|||
}
|
||||
|
||||
code {
|
||||
font-size: 0.9em;
|
||||
background: var(--code-background);
|
||||
padding: 0.125em 0.25em;
|
||||
border: solid 1px var(--primary-border-color);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue