From af6da5615437d721829293605d24b0f8f492a151 Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Thu, 14 Nov 2024 05:16:26 -0600 Subject: [PATCH] Revert border --- static/root.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/root.css b/static/root.css index d7d08ce..1408a25 100644 --- a/static/root.css +++ b/static/root.css @@ -19,13 +19,13 @@ body { #card { background-color: rgba(10, 5, 90); padding: 15px; - border: 2px white dashed; + border: 2px white solid; margin: 20px auto; width: 90%; max-width: 800px; z-index: 3; position: relative; - /* border-radius: 12px; */ + border-radius: 12px; box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, .25); }