mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Removed the card overlay color as it does not seem necessary with the new hover animation
This commit is contained in:
@@ -290,7 +290,7 @@ html {
|
|||||||
|
|
||||||
.cardOverlayContainer {
|
.cardOverlayContainer {
|
||||||
transition: .5s;
|
transition: .5s;
|
||||||
background: rgba(255, 255, 255, 0.05);
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.layout-desktop .card.card-hoverable .cardOverlayContainer:after {
|
.layout-desktop .card.card-hoverable .cardOverlayContainer:after {
|
||||||
|
Reference in New Issue
Block a user