Also, check the dropdown font picker in the color modes. It should be resolved.
Root Cause: On Windows, <select> and <option> elements are OS-rendered. The .font-select had background: transparent, which Windows ignores and falls back to a white system background. In dark themes, this caused the dropdown options to be invisible (white text on white background, or text not contrasting against the dark UI).
Also, check the dropdown font picker in the color modes. It should be resolved.
Root Cause: On Windows, <select> and <option> elements are OS-rendered. The .font-select had background: transparent, which Windows ignores and falls back to a white system background. In dark themes, this caused the dropdown options to be invisible (white text on white background, or text not contrasting against the dark UI).