Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Meetpidev authored Nov 10, 2024
1 parent 82ad1c3 commit 9e2284a
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions public/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9e2284a

Please sign in to comment.