fix background thing w codeblocks

This commit is contained in:
trinkey 2025-01-16 10:08:54 -05:00
parent 42244a0582
commit 414ddc180b

View file

@ -45,6 +45,10 @@ pre.not-code {
white-space: pre-wrap; white-space: pre-wrap;
} }
pre > code {
background: none;
}
i { i {
color: rgb(var(--subtext0)); color: rgb(var(--subtext0));
} }