Skip to content

Commit

Permalink
adjust button hover color
Browse files Browse the repository at this point in the history
  • Loading branch information
gregrickaby committed Feb 10, 2024
1 parent 13422b3 commit 60013f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
button,
.button {
@apply leading-tight no-underline;
@apply hover:bg-zinc-300 hover:no-underline dark:hover:bg-zinc-700;
@apply hover:bg-zinc-300 hover:no-underline dark:hover:bg-zinc-600;
}

a {
Expand Down

0 comments on commit 60013f2

Please sign in to comment.