From 6057503e06667c33b9ab3c308d0b6a337b7bd74f Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Sun, 23 Jun 2024 19:24:06 -0500 Subject: [PATCH] some box shadow :D (I cant see rn will color better later) --- static/root.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/root.css b/static/root.css index bd6ba5c..e4b8e44 100644 --- a/static/root.css +++ b/static/root.css @@ -21,7 +21,7 @@ position: relative; border-radius: 12px; - box-shadow: outset rgb(35, 20, 60) 0px 0px 20px; + box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, .25); } .linkContainer {