Override moderation form background
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3551291. --> Reported by: [pameeela](https://www.drupal.org/user/1431110) Related to !88 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>The content moderation form is hardcoded to have a white background. Since Byte Dark sets the text to white, this makes it an empty white block with invisible text.</p> <p>Not sure of the best way to handle it but this would work to at least make it legible:</p> <pre>.entity-moderation-form {<br>background: inherit;<br>}</pre><p>It could still be better ('Apply' is not at all clear as a CTA) but right now it's really confusing.</p> <p>Before:<br> <img src="https://www.drupal.org/files/issues/2025-10-10/Screenshot%202025-10-09%20at%205.43.21%E2%80%AFpm.png" alt=""></p> <p>With inherit:<br> <img src="https://www.drupal.org/files/issues/2025-10-10/Screenshot%202025-10-09%20at%205.43.36%E2%80%AFpm.png" alt=""></p>
issue