fix: remove incorrect background colour for codeblocks
This commit is contained in:
parent
80e0f04e93
commit
79a45643cb
@ -168,6 +168,10 @@ pre {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
code[class*="language-"] {
|
||||||
|
background: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user