From 2c620209ad202a9ba7e27ef096c2a098ed7f78ef Mon Sep 17 00:00:00 2001 From: Bingus_Violet Date: Thu, 25 Jan 2024 21:17:31 -0600 Subject: [PATCH] Darker yet darker --- static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index 42dba26..325b3dc 100644 --- a/static/style.css +++ b/static/style.css @@ -33,7 +33,7 @@ html { overflow-x: hidden; margin: auto; background-color: rgb(15, 2.5, 30); - background: linear-gradient(rgb(15, 2.5, 30), black); + background: linear-gradient(rgb(15, 4, 40), black); width: 100vw; height: 100vh; margin: 0; @@ -153,7 +153,7 @@ hr { } #card { - background-color: rgb(25, 0, 80); + background-color: rgb(15, 0, 60); padding: 15px; border: 2px white solid; margin: 20px auto;