inherit font-size

This commit is contained in:
Stacy Kvernmo 2023-02-21 11:26:26 -06:00
parent d9fe6d7ac1
commit bfc672336f

View File

@ -207,7 +207,7 @@ pre {
white-space: pre-wrap;
code {
font-size: var(--sl-font-size--x-small);
font-size: inherit;
line-height: inherit;
}
}