From 60013f25e5f9628119e4a84c8e69e51ba883cd71 Mon Sep 17 00:00:00 2001 From: Greg Rickaby Date: Sat, 10 Feb 2024 10:57:19 -0600 Subject: [PATCH] adjust button hover color --- app/globals.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/globals.css b/app/globals.css index f9e1b9a..8fad8c6 100644 --- a/app/globals.css +++ b/app/globals.css @@ -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 {