[BUGFIX] color text dark-mode

This commit is contained in:
Marie Birner
2023-11-09 19:39:23 +01:00
parent 88c99b0898
commit cdc42d7154
2 changed files with 2 additions and 2 deletions

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>