From db465b91b123bfe68f45ee2145493c32b607075c Mon Sep 17 00:00:00 2001 From: zylfu <51331158+zylfu@users.noreply.github.com> Date: Sun, 12 Sep 2021 17:49:27 +0200 Subject: [PATCH] Update style.css --- css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 75bc50f..af9218f 100644 --- a/css/style.css +++ b/css/style.css @@ -23,7 +23,7 @@ button{ box-shadow: 1px 1px 1px 1px grey; padding: 20px 40px 20px 40px; border-radius: 5px; - box-shadow: 10px 10px 5px #ebeeef; + box-shadow: 0px 0px 30px #909da1; } .blocs{ @@ -46,4 +46,4 @@ ol{ .active{ display: block; -} \ No newline at end of file +}