mirror of
https://github.com/Xevion/100prisoners.git
synced 2025-12-06 03:14:19 -06:00
Add drop shadow to SVGs for effect
This commit is contained in:
@@ -9,10 +9,13 @@
|
||||
body {
|
||||
font-family: "Merriweather", serif;
|
||||
}
|
||||
|
||||
.box {
|
||||
@apply transition-all max-h-[6rem];
|
||||
|
||||
> svg {
|
||||
@apply drop-shadow-lg;
|
||||
}
|
||||
|
||||
.arrow {
|
||||
@apply drop-shadow-lg;
|
||||
* { pointer-events: none }
|
||||
|
||||
Reference in New Issue
Block a user