Difference between revisions of "Team:Mingdao/navbar"

Line 11: Line 11:
 
   animation-name: bottom-appear;
 
   animation-name: bottom-appear;
 
   animation-duration: 0.5s;
 
   animation-duration: 0.5s;
   border-bottom: 5px green solid;
+
   border-bottom: 5px white solid;
 
}
 
}
  
Line 17: Line 17:
 
@-webkit-keyframes bottom-appear {
 
@-webkit-keyframes bottom-appear {
 
   from {border-bottom: 5px transparent solid;}
 
   from {border-bottom: 5px transparent solid;}
   to { border-bottom: 5px green solid;}
+
   to { border-bottom: 5px white solid;}
 
}
 
}
  
Line 23: Line 23:
 
@keyframes bottom-appear {
 
@keyframes bottom-appear {
 
   from {border-bottom: 5px transparent solid;}
 
   from {border-bottom: 5px transparent solid;}
   to { border-bottom: 5px green solid;}
+
   to { border-bottom: 5px white solid;}
 
}
 
}
  
Line 32: Line 32:
 
.navlink{
 
.navlink{
 
   font-family: 'Barlow Condensed', sans-serif;
 
   font-family: 'Barlow Condensed', sans-serif;
 +
  color: white!important;
 
}
 
}
 
.dropdown-item{
 
.dropdown-item{
 
   font-family: 'Barlow Condensed', sans-serif;
 
   font-family: 'Barlow Condensed', sans-serif;
 +
  color: white!important;
 
}
 
}
 
.nav-item{
 
.nav-item{
 
   font-family: 'Barlow Condensed', sans-serif;
 
   font-family: 'Barlow Condensed', sans-serif;
 +
  color: white!important;
 
}
 
}
  

Revision as of 02:46, 21 October 2019