From 8210c5b744a151af882e8a91b49514e531fa468d Mon Sep 17 00:00:00 2001 From: liyunze <50455574+liyunze-coding@users.noreply.github.com> Date: Fri, 29 Dec 2023 21:28:43 +0800 Subject: [PATCH] added card shadow --- src/components/Card.astro | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Card.astro b/src/components/Card.astro index 86fdbaf..6e7efe3 100644 --- a/src/components/Card.astro +++ b/src/components/Card.astro @@ -31,6 +31,7 @@ const { primaryColor, bgColor = "#282828", scaleOnHover = false } = Astro.props; border: 1px solid rgb(255 255 255 / 5%); border-radius: 1.5rem; padding: 0.5rem; + box-shadow: 0px 5px 5px 5px #141414; } .card:after {