shadow
All checks were successful
Deploy Theme / deploy (push) Successful in 10s

This commit is contained in:
kscheidecker 2025-03-11 12:01:18 +01:00
parent a6433a32f0
commit d7f6cf5800

View File

@ -165,7 +165,7 @@
height: auto;
border-radius: 15px;
border: 4px solid black;
box-shadow: 0 10px 20px rgba(249, 178, 8, 0.6);
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
@ -187,7 +187,7 @@
}
.hero-button-end:hover {
background-color: white;
background-color: #cd2c6c;
color: #E72E77;
}