mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
New: Removed the overlay gradient when hovering over cards for a cleaner appearance
This commit is contained in:
@@ -219,7 +219,9 @@ html {
|
|||||||
|
|
||||||
.cardOverlayContainer {
|
.cardOverlayContainer {
|
||||||
transition: .25s;
|
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-size: 200%;
|
||||||
background-position-x: 100%;
|
background-position-x: 100%;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user