KevinYLi123 (Talk | contribs) |
KevinYLi123 (Talk | contribs) |
||
Line 266: | Line 266: | ||
/* Change color of dropdown links on hover */ | /* Change color of dropdown links on hover */ | ||
− | .dropdown-content a:hover {background-color: # | + | .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: # | + | background-color: #D49AE6; |
color: #4A555C; | color: #4A555C; | ||
} | } |
Revision as of 11:03, 25 October 2017