module CSS makes postcode form element invisible on Olivero
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3528147. -->
Reported by: [joachim](https://www.drupal.org/user/107701)
Related to !12
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>On Olivero, Drupal's default theme, the postcode form element is invisible because of this CSS rule:</p>
<p>> border: 0.125rem solid var(--color-black);</p>
<p>My browser tells me this is because (--color-black) is not set.</p>
<p>I'd say that this sort of cosmetic change isn't something the module should be doing, rather it's up to the site theme.</p>
<p>(The 'text-transform: uppercase;' is a nice touch though!)</p>
<h4 id="summary-steps-reproduce">Steps to reproduce</h4>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<h3 id="summary-remaining-tasks">Remaining tasks</h3>
<h3 id="summary-ui-changes">User interface changes</h3>
<h3 id="summary-api-changes">API changes</h3>
<h3 id="summary-data-model-changes">Data model changes</h3>
issue