From 30f65cdfd83b595f1d8734723f7bef6995b19fdf Mon Sep 17 00:00:00 2001 From: alicestrt Date: Mon, 1 Mar 2021 15:51:43 +0100 Subject: [PATCH] changed the shadow to white --- static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 50e4fcc..db2e822 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -138,7 +138,7 @@ svg{ margin-top: 10px; z-index: 1; position: relative; - box-shadow: 12px 2px 10px 0px #d81159; + box-shadow: 20px 2px 15px 0px white; /*border-top: 2px solid #d81159;*/ }