From b1f31f78505cde95a633efda1e8784ae12d5fbb3 Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Wed, 1 May 2024 02:57:42 +0100 Subject: [PATCH] fix(style): don't apply padding to full codeblock --- src/scss/app.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scss/app.scss b/src/scss/app.scss index e8f64de..f23accb 100644 --- a/src/scss/app.scss +++ b/src/scss/app.scss @@ -240,7 +240,7 @@ article { } } -code { +code:not([class*="language-"]) { background: #1e1e1e !important; color: #dcdcda !important; font-size: inherit !important;