Fix <code> block and inline styles

This commit is contained in:
Eryn Wells 2023-11-18 11:15:42 -08:00
parent 703d6933f3
commit 73320e6fb3
5 changed files with 14 additions and 8 deletions

View file

@ -1,5 +1,5 @@
:root {
--highlight-background-color: rgb(var(--super-lt-gray));
--highlight-background-color: rgb(250, 250, 250);
--highlight-foreground-color: var(--foreground-body-color);
}