From 8cc70027c7a596d1788d0e75563bc318c0debe58 Mon Sep 17 00:00:00 2001 From: aelassas Date: Thu, 12 Dec 2024 19:48:10 +0100 Subject: [PATCH] Update header.css --- frontend/src/assets/css/header.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/src/assets/css/header.css b/frontend/src/assets/css/header.css index 8af0977f8..f1781e7e9 100644 --- a/frontend/src/assets/css/header.css +++ b/frontend/src/assets/css/header.css @@ -40,6 +40,10 @@ color: #121212 !important; } +.header .btn:hover { + background-color: rgba(0, 0, 0, 0.07) !important; +} + .header .logo { text-decoration: none; font-size: 18px;