diff --git a/src/styles/globals.scss b/src/styles/globals.scss index 9c88828..b702005 100644 --- a/src/styles/globals.scss +++ b/src/styles/globals.scss @@ -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; }