Improve item spacing, opacity-based ItemCard hover

This commit is contained in:
Xevion
2022-12-25 15:16:22 -06:00
parent dce8a2bc3c
commit 02333d09de
2 changed files with 17 additions and 13 deletions

View File

@@ -57,6 +57,6 @@ html, body {
> svg {
width: 75%;
height: 75%;
@apply transition-transform drop-shadow-md hover:scale-[120%] text-zinc-200 hover:text-zinc-50 m-auto aspect-square;
@apply transition-transform drop-shadow-md hover:scale-[120%] opacity-80 hover:opacity-100 text-white m-auto aspect-square;
}
}