Difference between revisions of "Team:Lambert GA/Applied Design"

Line 10: Line 10:
  
 
#mainContainer{
 
#mainContainer{
     background-color: white;
+
     background-color: #7A7A79;
 
     width: 100%;
 
     width: 100%;
 
}
 
}
Line 38: Line 38:
  
 
div {
 
div {
color: gray;
+
color: white;
 
}
 
}
  
Line 264: Line 264:
  
 
/* 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 279: Line 279:
 
/* 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:21, 25 October 2017



Applied Design