CKEditor 5 content text is unreadable in dark mode (black text on dark background)
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3564849. --> Reported by: [ecvandenberg](https://www.drupal.org/user/819336) Related to !733 !732 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>When editing a node with CKEditor 5 in Gin dark mode, the editor content area has a dark background but the text remains black, making it unreadable.</p> <h3 id="summary-steps-reproduce">Steps to reproduce</h3> <ol> <li>Enable Gin admin theme with dark mode enabled</li> <li>Edit or create a node with a text field that uses CKEditor 5</li> <li>Observe the editor content area</li> </ol> <h3>Expected behavior:</h3> <p>Text should be white/light colored for readability on the dark background.</p> <h3>Actual behavior:</h3> <p>Text is black (#000000) because the CSS variable --ck-content-font-color is not overridden for dark mode.</p> <p>When looking at the screenshots on the project page is seems it was correct once...</p>
issue