From ad0d070a867fe0fdf5b974c744c6306ec00aa2b2 Mon Sep 17 00:00:00 2001 From: Bingus_Violet Date: Tue, 13 Feb 2024 09:27:26 -0600 Subject: [PATCH] Old Card Color is back --- static/root.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/root.css b/static/root.css index 4053814..67fe0f4 100644 --- a/static/root.css +++ b/static/root.css @@ -11,7 +11,7 @@ } #card { - background-color: rgb(15, 5, 80); + background-color: rgb(75, 25, 100); padding: 15px; border: 2px white solid; margin: 20px auto; @@ -19,6 +19,7 @@ max-width: 800px; z-index: 3; position: relative; + border-radius: 12px; } .animatedTitle {