New: Removed the overlay gradient when hovering over cards for a cleaner appearance

This commit is contained in:
lscambo13
2025-04-13 21:06:57 +05:30
parent ec5c69e126
commit 96de0cd09a

View File

@@ -219,7 +219,9 @@ html {
.cardOverlayContainer {
transition: .25s;
background: var(--hoverGradientA);
background: rgba(255, 255, 255, 0.1);
/* Uncomment the code below to get back the old overlay on hovering over cards*/
/* background: var(--hoverGradientA); */
background-size: 200%;
background-position-x: 100%;
}