From 9441c99f9fd937ca2ddf52b1a9013463e95c86ac Mon Sep 17 00:00:00 2001 From: Bingus_Violet Date: Thu, 25 Jan 2024 21:11:03 -0600 Subject: [PATCH] New Card Color --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 7e64831..5543702 100644 --- a/static/style.css +++ b/static/style.css @@ -153,7 +153,7 @@ hr { } #card { - background-color: rgb(75, 25, 100); + background-color: rgb(25, 0, 80); padding: 15px; border: 2px white solid; margin: 20px auto;