Fix: Removed the card overlay color as it does not seem necessary with the new hover animation

This commit is contained in:
lscambo13
2025-05-30 11:07:29 -07:00
parent 2eb4be1c97
commit cf9a380643

View File

@@ -290,7 +290,7 @@ html {
.cardOverlayContainer {
transition: .5s;
background: rgba(255, 255, 255, 0.05);
background: transparent;
}
.layout-desktop .card.card-hoverable .cardOverlayContainer:after {