From a0b19a8cc494977d0c008dc43239940f2217003f Mon Sep 17 00:00:00 2001 From: Lncvrt Date: Thu, 17 Jul 2025 19:33:33 -0700 Subject: [PATCH] Improve button styles --- src/Globals.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Globals.scss b/src/Globals.scss index 50c44ac..38ca094 100644 --- a/src/Globals.scss +++ b/src/Globals.scss @@ -11,5 +11,5 @@ img { } .button { - @apply bg-[#0a6ec8] rounded-lg cursor-pointer text-[16px] p-1.5; + @apply bg-[#4378bf] hover:bg-[#5988c6] rounded-md cursor-pointer text-[16px] p-3 transition-colors duration-[0.25s]; } \ No newline at end of file