mirror of
https://github.com/Xevion/100prisoners.git
synced 2025-12-08 10:06:23 -06:00
Add drop shadow to SVGs for effect
This commit is contained in:
@@ -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 }
|
||||||
|
|||||||
Reference in New Issue
Block a user