mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-08 23:15:24 +02:00
Fix dark mode text hover styles
This commit is contained in:
parent
9fabcf4c72
commit
019a0d873c
4 changed files with 5 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue