New: Removed the overlay gradient when hovering over cards for a cleaner appearance
This commit is contained in:
parent
ec5c69e126
commit
96de0cd09a
1 changed files with 3 additions and 1 deletions
|
|
@ -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%;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue