From f043338e87c71a6188db73f529220b201f64d2b1 Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Fri, 12 Jan 2024 17:11:04 +0000 Subject: [PATCH] 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;