The form-control and notification-tint blocks applied on the OS prefers-color-scheme alone, so a machine in OS dark mode leaked dark widget styling into the app's explicit light theme - dropdown options rendered near-black on black. The theme store always stamps data-theme at startup, so scope these rules to [data-theme=dark]. Dropdown options in dark mode use the solid card background instead of the text color.