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;