From e5feb67f1416d6f51b5f4d02a5a87a662aa6a963 Mon Sep 17 00:00:00 2001 From: Bingus_Violet Date: Fri, 26 Jan 2024 06:49:08 -0600 Subject: [PATCH] Brighter card --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index e5c0eab..418cfd8 100644 --- a/static/style.css +++ b/static/style.css @@ -153,7 +153,7 @@ hr { } #card { - background-color: rgb(15, 0, 60); + background-color: rgb(15, 5, 80); padding: 15px; border: 2px white solid; margin: 20px auto;