From a9417cf3f85177b256907b35cace58a1ec293d4c Mon Sep 17 00:00:00 2001 From: Sebastian Zoglowek <55794780+zoglo@users.noreply.github.com> Date: Tue, 24 Feb 2026 10:40:13 +0100 Subject: [PATCH] Update the base demo styles for dropdownParents --- src/styles/base.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/styles/base.scss b/src/styles/base.scss index 982771f7..dba3bd1d 100644 --- a/src/styles/base.scss +++ b/src/styles/base.scss @@ -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;