hero h3 : black

This commit is contained in:
isUnknown 2024-09-19 16:21:15 +02:00
parent 26a5d0631a
commit 9f53c6467e
2 changed files with 3 additions and 3 deletions

View file

@ -39,9 +39,9 @@ body,
background-color: var(--color-mint);
}
.k-field-name-herotext .k-block-type-heading-input[data-level="h3"] .k-text {
/* .k-field-name-herotext .k-block-type-heading-input[data-level="h3"] .k-text {
color: var(--color-salmon);
}
} */
.k-field-name-herotext
.k-block-container-fieldset-hero-heading:nth-child(odd)

View file

@ -23,7 +23,7 @@
}
.hero__text h3 {
color: var(--color-season);
/* color: var(--color-season); */
font-size: var(--font-size-h2);
}
.hero__text h3:nth-child(odd) {