From 13435db3bfc3c10af7dc3cb067b8c0a681a9beb4 Mon Sep 17 00:00:00 2001 From: Bingus_Violet Date: Thu, 25 Jan 2024 21:15:44 -0600 Subject: [PATCH] Darker!!! --- static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index 5543702..42dba26 100644 --- a/static/style.css +++ b/static/style.css @@ -32,8 +32,8 @@ body, html { overflow-x: hidden; margin: auto; - background-color: rgb(30, 5, 60); - background: linear-gradient(rgb(35, 5, 65), black); + background-color: rgb(15, 2.5, 30); + background: linear-gradient(rgb(15, 2.5, 30), black); width: 100vw; height: 100vh; margin: 0;