Separate arrows from boxes & bg with shadow

This commit is contained in:
Xevion
2022-12-17 19:06:01 -06:00
parent 22d460feb6
commit 977b2b1bf8

View File

@@ -12,6 +12,7 @@ body {
.box {
@apply transition-all;
.arrow { @apply drop-shadow-lg; }
> .text { @apply transition-opacity opacity-30; }
&:hover {
> .text { @apply opacity-100; }