From fd6223239e1e813fa468172b9ad5d10687895319 Mon Sep 17 00:00:00 2001 From: "Arija A." Date: Thu, 23 Oct 2025 22:33:18 +0300 Subject: [PATCH] Make background deep purple by default Signed-off-by: Arija A. --- src/static/css/base.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/static/css/base.css b/src/static/css/base.css index 14ddda6..e6ed63d 100644 --- a/src/static/css/base.css +++ b/src/static/css/base.css @@ -39,6 +39,7 @@ body { html, body { line-height: 1.5; + background-color: #0e0016; } ol,