fix: remove incorrect background colour for codeblocks

This commit is contained in:
Oliver Booth 2023-08-08 01:29:37 +01:00
parent 80e0f04e93
commit 79a45643cb
Signed by: oliverbooth
GPG Key ID: 725DB725A0D9EE61
1 changed files with 4 additions and 0 deletions

View File

@ -168,6 +168,10 @@ pre {
}
}
code[class*="language-"] {
background: none !important;
}
:root {
color-scheme: light dark;
}