style: don't use bootstraps weird pink <code> style

This commit is contained in:
Oliver Booth 2024-04-30 23:04:55 +01:00
parent cd304aa09b
commit 818173b806
Signed by: oliverbooth
GPG Key ID: E60B570D1B7557B5
1 changed files with 7 additions and 0 deletions

View File

@ -240,6 +240,13 @@ article {
}
}
code {
background: #1e1e1e !important;
color: #dcdcda !important;
font-size: inherit !important;
padding: 3px;
}
pre {
background: #1e1e1e !important;
border-radius: 5px;