[BUGFIX] color text and btn dark-mode
This commit is contained in:
parent
3467e02748
commit
609483f1df
@ -10,7 +10,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&-gray {
|
&-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 {
|
&-attention {
|
||||||
|
@ -37,7 +37,7 @@
|
|||||||
{{ log::show(log=log, state="on_water", allowed_to_close=true, only_ones=false) }}
|
{{ log::show(log=log, state="on_water", allowed_to_close=true, only_ones=false) }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% else %}
|
{% 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 %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% else %}
|
{% 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 %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user