fix illegible download button in dark mode

This commit is contained in:
Markbeep
2025-03-10 10:24:33 +01:00
parent 7d9fc231ba
commit c625b6dce7
+1 -1
View File
@@ -103,7 +103,7 @@
<button
{% if book.downloaded %}
title="Downloaded"
class="btn btn-square btn-ghost bg-success"
class="btn btn-square btn-ghost bg-success text-neutral/20"
{% else %}
title="Automatic Download"
class="btn btn-square"