From 818173b806618533e023259e816f50aaadc4eaee Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Tue, 30 Apr 2024 23:04:55 +0100 Subject: [PATCH] style: don't use bootstraps weird pink style --- src/scss/app.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/scss/app.scss b/src/scss/app.scss index 5c8a684..e8f64de 100644 --- a/src/scss/app.scss +++ b/src/scss/app.scss @@ -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;