Difference between revisions of "Team:Lambert GA/Human Practices"

Line 266: Line 266:
  
 
/* Change color of dropdown links on hover */
 
/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #F48FB1;
+
.dropdown-content a:hover {background-color: #D49AE6;
 
color: #4A555C;}
 
color: #4A555C;}
  
Line 281: Line 281:
 
/* Change the background color of the dropdown button when the dropdown content is shown*/
 
/* Change the background color of the dropdown button when the dropdown content is shown*/
 
.dropbtn:hover {
 
.dropbtn:hover {
     background-color: #F48FB1;
+
     background-color: #D49AE6;
 
     color:  #4A555C;
 
     color:  #4A555C;
 
}
 
}

Revision as of 11:15, 25 October 2017