Make code font size similar to regular text

This commit is contained in:
Neil Brommer 2023-07-12 14:14:08 -07:00
parent 5668c6fd51
commit 51299d924d

View file

@ -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);