From f043338e87c71a6188db73f529220b201f64d2b1 Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Fri, 12 Jan 2024 17:11:04 +0000 Subject: [PATCH 1/2] Partially revert darkness of background color --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 87181c1..1097437 100644 --- a/static/style.css +++ b/static/style.css @@ -33,7 +33,7 @@ html { overflow-x: hidden; margin: auto; background-color: rgb(20, 5, 60); - background: linear-gradient(rgb(15, 5, 50), black); + background: linear-gradient(rgb(20, 5, 65), black); width: 100vw; height: 100vh; margin: 0; From 5d879979a90b69d16f3a968a04b4ae84e1da9aea Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Fri, 12 Jan 2024 17:22:03 +0000 Subject: [PATCH 2/2] 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;