fix(style): don't apply padding to full codeblock

This commit is contained in:
Oliver Booth 2024-05-01 02:57:42 +01:00
parent 818173b806
commit b1f31f7850
Signed by: oliverbooth
GPG Key ID: E60B570D1B7557B5

View File

@ -240,7 +240,7 @@ article {
} }
} }
code { code:not([class*="language-"]) {
background: #1e1e1e !important; background: #1e1e1e !important;
color: #dcdcda !important; color: #dcdcda !important;
font-size: inherit !important; font-size: inherit !important;