1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-08 23:15:24 +02:00

Fix dark mode text hover styles
Some checks are pending
Publish Docker image / ci (push) Waiting to run
Publish Docker image / Build docker image (push) Blocked by required conditions

This commit is contained in:
Zach Gollwitzer 2025-06-09 18:39:04 -04:00
parent 9fabcf4c72
commit 019a0d873c
4 changed files with 5 additions and 5 deletions

View file

@ -23,7 +23,7 @@
<%= link_to entry.name,
entry_path(entry),
data: { turbo_frame: "drawer", turbo_prefetch: false },
class: "hover:underline hover:text-gray-800" %>
class: "hover:underline" %>
</div>
<% end %>
</div>