From ec0b82793223c02d4d5e2c619a7e7d5b27065684 Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Sun, 29 Sep 2024 16:07:36 -0500 Subject: [PATCH] Fallback color was unbelievably ugly --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index b67d183..4342341 100644 --- a/static/style.css +++ b/static/style.css @@ -67,7 +67,7 @@ main:nth-of-type(1), .mainDiv { body { overflow-x: hidden; - background-color: rgb(55, 4, 75); + background-color: rgb(20, 4, 50); background: linear-gradient(rgb(30, 4, 75), black); background-attachment: local;