From 9e2284aa3719673cef71cfe95e91ac195ffcb3d6 Mon Sep 17 00:00:00 2001 From: Meet Shah <128205241+Meetpidev@users.noreply.github.com> Date: Sun, 10 Nov 2024 14:14:04 +0530 Subject: [PATCH] Update styles.css --- public/css/styles.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/public/css/styles.css b/public/css/styles.css index d9ccb828..bc44122b 100644 --- a/public/css/styles.css +++ b/public/css/styles.css @@ -909,20 +909,27 @@ font-size: 0.8rem !important; transition: all 0.3s ease-in-out; } - #air_bnb{ + #air_bnb{ background-color: #FF5A5F !important; color: white !important; border-radius: 50px; transition: background-color 0.3s, box-shadow 0.3s, transform 0.3s; } - #air_bnb:hover, .hight-light:hover { + #air_bnb:hover,.navbar-nav .hight-light:hover { color: white !important; background-color: #FF5A5F !important; box-shadow: 2px 2px 5px rgba(255, 56, 92, 0.3); transform: scale(1.01); } + .custom_nav li a:hover { + color: #ff385c !important; + background-color: rgba(255, 90, 95, 0.1); + transform: scale(1.05); + border-radius:50px; + } + .custom_nav li a:hover { color: #ff385c !important; background-color: rgba(255, 90, 95, 0.1) !important;