Skip to content

Commit

Permalink
Proper syling and hovering of navbar buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
Palak005 committed Jul 24, 2024
1 parent 3070a69 commit 04b7c30
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions css/navbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -128,31 +128,29 @@ body{
background-color: #208FF4;
color: #fcfeff;
}
#loginButton:hover a{
color: #208FF4;
}
#loginButton:hover{
border: 1px solid #208FF4;
background-color: transparent ;
color: #ffffff;
}
#loginButton:hover a{
color: #208FF4;
}
#signup:hover{
border: 1px solid #208FF4;
background-color: transparent;
color: #2a95f6;
}
#Calender{
border: 1px solid #f6f8f9;
background-color:#208FF4 ;
color: white;
/* font-size: 1.1rem;
padding: 1.2rem; */
}
#Calender:hover{
border: 1px solid #208FF4;
background-color: transparent;
color: #2a95f6;
}
#Calender{
border: 1px solid #f6f8f9;
background-color:#208FF4 ;
color: white;
}


/* Sec-2 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
Expand Down

0 comments on commit 04b7c30

Please sign in to comment.