From c629155bf9d060fef91b12774aea249abd1ef361 Mon Sep 17 00:00:00 2001 From: Bingus_Violet Date: Fri, 26 Jan 2024 06:45:29 -0600 Subject: [PATCH] lil bit brighter --- static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index e286b15..e5c0eab 100644 --- a/static/style.css +++ b/static/style.css @@ -32,8 +32,8 @@ body, html { overflow-x: hidden; margin: auto; - background-color: rgb(15, 2.5, 30); - background: linear-gradient(rgb(15, 4, 40), black); + background-color: rgb(15, 4, 45); + background: linear-gradient(rgb(20, 4, 55), black); width: 100vw; height: 100vh; margin: 0;