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