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

This commit is contained in:
kscheidecker 2025-03-11 10:59:51 +01:00
parent 6923bd15e7
commit 2f198ad199

View File

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