style: add codeblock marking

This commit is contained in:
Oliver Booth 2023-08-08 01:28:26 +01:00
parent 852df0acf2
commit 80e0f04e93
Signed by: oliverbooth
GPG Key ID: 725DB725A0D9EE61
1 changed files with 9 additions and 0 deletions

View File

@ -159,6 +159,15 @@ article {
}
}
pre {
background: #1e1e1e;
code mark, code mark span {
background: #d8ba76 !important;
color: #000 !important;
}
}
:root {
color-scheme: light dark;
}