fix background thing w codeblocks
This commit is contained in:
parent
42244a0582
commit
414ddc180b
1 changed files with 4 additions and 0 deletions
|
@ -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));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue