Update the base demo styles for dropdownParents

This commit is contained in:
Sebastian Zoglowek 2026-02-24 10:40:13 +01:00
commit a9417cf3f8

View file

@ -180,6 +180,11 @@ label + p {
}
}
/** Set the section color on the dropdown list to not inherit the white color */
body > .choices__list {
color: var(--section-color, #333);
}
.logo {
display: block;
margin-bottom: $global-guttering * 0.5;