change accordion title and chevron colour

This commit is contained in:
2026-06-03 10:05:12 +02:00
parent 9ecbce5a15
commit 7209a88827
+2 -2
View File
@@ -40,7 +40,7 @@
&:after { &:after {
content: "\276F"; content: "\276F";
color: var(--base-content); color: var(--neutral-content);
margin-right: 1rem; margin-right: 1rem;
transform: rotate(90deg); transform: rotate(90deg);
transition: transform 0.3s ease; transition: transform 0.3s ease;
@@ -48,7 +48,7 @@
} }
.hero__accordion-item__title { .hero__accordion-item__title {
color: var(--base-content); color: var(--neutral-content);
font-size: 1.25rem; font-size: 1.25rem;
font-weight: 600; font-weight: 600;
} }