Add drop shadow to SVGs for effect

This commit is contained in:
Xevion
2022-12-17 20:59:45 -06:00
parent 4c04ac5ff9
commit 0b7eba82c1

View File

@@ -9,10 +9,13 @@
body { body {
font-family: "Merriweather", serif; font-family: "Merriweather", serif;
} }
.box { .box {
@apply transition-all max-h-[6rem]; @apply transition-all max-h-[6rem];
> svg {
@apply drop-shadow-lg;
}
.arrow { .arrow {
@apply drop-shadow-lg; @apply drop-shadow-lg;
* { pointer-events: none } * { pointer-events: none }