mirror of
https://github.com/liyunze-coding/RythonDev.git
synced 2026-09-22 07:44:26 +00:00
added card shadow
This commit is contained in:
parent
bb63132c7a
commit
8210c5b744
1 changed files with 1 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue