added card shadow

This commit is contained in:
liyunze 2023-12-29 21:28:43 +08:00
parent bb63132c7a
commit 8210c5b744

View file

@ -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 {