sectioned page - add custom section background color

This commit is contained in:
isUnknown 2024-09-04 14:59:09 +02:00
parent 0d60b9289f
commit 654d6070bc
4 changed files with 19 additions and 11 deletions

View file

@ -19,10 +19,11 @@ body,
--color-yellow: #d6ff00;
--color-brown: #d6cfbe;
--color-grey: #c4c9cc;
--color-mint: #45e6ba;
}
.k-panel-menu {
background-color: var(--color-yellow);
background-color: var(--color-mint);
}
.k-field-name-herotext .k-block-type-heading-input[data-level="h3"] .k-text {

View file

@ -1,5 +1,6 @@
[data-template="sectioned"] section {
scroll-margin-top: 6rem;
background-color: var(--color);
}
[data-template="sectioned"] .section__row {