From 5d879979a90b69d16f3a968a04b4ae84e1da9aea Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Fri, 12 Jan 2024 17:22:03 +0000 Subject: [PATCH] MORE PURPLE!!! --- static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index 1097437..9ff68a6 100644 --- a/static/style.css +++ b/static/style.css @@ -32,8 +32,8 @@ body, html { overflow-x: hidden; margin: auto; - background-color: rgb(20, 5, 60); - background: linear-gradient(rgb(20, 5, 65), black); + background-color: rgb(30, 5, 60); + background: linear-gradient(rgb(35, 5, 65), black); width: 100vw; height: 100vh; margin: 0;