From 5ac35148de40d34d4c9b9feaeef334d3a8ed2241 Mon Sep 17 00:00:00 2001 From: Deepak Salunke Date: Fri, 6 Feb 2026 13:48:02 +0530 Subject: [PATCH] CSS changes for btn hover --- frontend/assets/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/assets/css/style.css b/frontend/assets/css/style.css index 982913a..acf54ed 100755 --- a/frontend/assets/css/style.css +++ b/frontend/assets/css/style.css @@ -778,7 +778,7 @@ input[type="text"], input[type="email"], input[type="password"], select { left: 1.5rem; } -.banner1-cta:hover, .banner1-cta:focus, .banner2-cta:hover, .banner2-cta:focus { +.banner1-cta:hover, .banner1-cta:focus, .banner2-cta:hover, .banner2-cta:focus, #cookie-accept-btn:hover, #cookie-accept-btn:focus, .modal-close:hover, .modal-close:focus { background: #00871E; border-color: #00871E; }