This commit is contained in:
kscheidecker 2025-03-11 11:26:54 +01:00
parent e46a1e5e9c
commit b00897a87c

@ -175,13 +175,15 @@
padding: 20px 40px;
font-size: 1.6rem;
font-weight: bold;
border: 0px;
border-radius: 8px;
text-decoration: none;
transition: background-color 0.3s;
}
.hero-second button:hover {
background-color: linear-gradient(to bottom right, #F9B208, #E72E77);
.hero-button-end:hover {
color: white;
background-color: #F9B208;
}