From c4076617c28149672d5cd09632e94a672485ec8b Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Mon, 13 Apr 2026 18:33:20 +0000 Subject: [PATCH] dert --- Bootstrap_new/css/theme-modern.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Bootstrap_new/css/theme-modern.css b/Bootstrap_new/css/theme-modern.css index 0f286d08..aabf785d 100644 --- a/Bootstrap_new/css/theme-modern.css +++ b/Bootstrap_new/css/theme-modern.css @@ -2046,7 +2046,7 @@ select[required] + .btn.dropdown-toggle:focus, .menu-card-esi:hover { transform: translateY(-5px); background-color: #f8f9fa; - border-bottom: 3px solid #0d6efd !important; + border-bottom: 3px solid var(--color-primary) !important; box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important; } @@ -2062,7 +2062,7 @@ select[required] + .btn.dropdown-toggle:focus, } .menu-card-esi:hover .icon-box { - background-color: #0d6efd; + background-color: var(--color-primary); } .menu-card-esi:hover .icon-box i {