From 6171263d90947563b125487c6f2834cdb7311b1e Mon Sep 17 00:00:00 2001 From: Hugo ChunHo Lin Date: Thu, 5 Dec 2024 17:54:10 +0800 Subject: [PATCH] style(globals): update pagination button hover styles for improved visibility (#547) - closed: #547 #568 --- apps/web/src/app/globals.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/web/src/app/globals.css b/apps/web/src/app/globals.css index 2187022c..21f7bbbf 100644 --- a/apps/web/src/app/globals.css +++ b/apps/web/src/app/globals.css @@ -121,7 +121,8 @@ } .pagination-btn:hover { - background-color: hsl(45, 100%, 71%); + background-color: hsl(45, 100%, 10%); + scale: 1.1; } /*-----------------------------------*\