New: Removed the barely noticeable shadow on hovering over cards

This commit is contained in:
lscambo13
2024-12-05 12:27:33 -08:00
parent b8303063ac
commit f1456b244e

View File

@@ -69,7 +69,7 @@ html {
.card:hover .cardScalable {
/* transform: translateY(-4px); */
box-shadow: rgba(0, 0, 0, 0.5) 0px 4px 4px 0px;
/* box-shadow: rgba(0, 0, 0, 0.5) 0px 4px 4px 0px; */
}
.cardImageContainer {