From 53c1c94f83dd964c6fd655e6a1232f68b37af719 Mon Sep 17 00:00:00 2001 From: "Arija A." Date: Thu, 23 Oct 2025 22:34:56 +0300 Subject: [PATCH] Fix CSS background colour Signed-off-by: Arija A. --- src/static/css/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/static/css/base.css b/src/static/css/base.css index e6ed63d..038a3da 100644 --- a/src/static/css/base.css +++ b/src/static/css/base.css @@ -26,6 +26,7 @@ pre * { html { height: 100%; min-height: 100%; + background-color: #0e0016; } body { @@ -39,7 +40,6 @@ body { html, body { line-height: 1.5; - background-color: #0e0016; } ol,