[BUGFIX] color text and btn dark-mode

This commit is contained in:
Marie Birner 2023-11-09 19:40:41 +01:00
parent 3467e02748
commit 609483f1df
3 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@
}
&-gray {
@apply bg-gray-400 hover:bg-gray-500 dark:bg-primary-600 focus-visible:outline-primary-500;
@apply bg-gray-400 hover:bg-gray-500 focus-visible:outline-primary-500;
}
&-attention {

View File

@ -37,7 +37,7 @@
{{ log::show(log=log, state="on_water", allowed_to_close=true, only_ones=false) }}
{% endfor %}
{% else %}
<p class="p-3 text-center">Kein Boot am Wasser</p>
<p class="p-3 text-center text-black dark:text-white">Kein Boot am Wasser</p>
{% endif %}
</div>
</div>

View File

@ -39,7 +39,7 @@
{% endif %}
{% endfor %}
{% else %}
<p class="p-3 text-center">Kein Boot am Wasser</p>
<p class="p-3 text-center text-black dark:text-white">Kein Boot am Wasser</p>
{% endif %}
</div>
</div>