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

This commit is contained in:
kscheidecker 2025-03-11 10:57:12 +01:00
parent 5540365202
commit 97b823147a

View File

@ -7,7 +7,7 @@
justify-content: space-between;
flex-direction: column;
align-items: center;
background: linear-gradient(to bottom right, #F9B208, #E72E77);
background: linear-gradient(to bottom right, #F9B208, #F38C29 50%, #E72E77);
}
.hero-first {
@ -87,7 +87,7 @@
.hero-catch-phrase {
text-align: center;
font-size: 2.5rem;
color: #ff4b92;
color: #E72E77;
margin: 10px 0;
margin-bottom: 25px;
}