From 275bda7c912c8adaddb482f8e38432b3f8d98ae2 Mon Sep 17 00:00:00 2001 From: Silas Bartha Date: Sat, 30 Nov 2024 01:13:49 +0000 Subject: Sat Nov 30 01:13:49 AM UTC 2024 --- sass/style.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'sass/style.scss') diff --git a/sass/style.scss b/sass/style.scss index 4f1c85f..3131fed 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -25,7 +25,7 @@ body { color: everforest.$fg; - background-color: everforest.$bg0; + background-color: everforest.$bg1; } a { @@ -37,6 +37,10 @@ img { max-height: 720px; } +pre { + padding: 5px; +} + .wip-indicator { color: everforest.$yellow; } -- cgit v1.2.3