Line 239: | Line 239: | ||
/* Dropdown Button */ | /* Dropdown Button */ | ||
.dropbtn { | .dropbtn { | ||
− | background-color: # | + | background-color: #1E586E; |
color: white; | color: white; | ||
padding: 16px; | padding: 16px; | ||
Line 282: | Line 282: | ||
/* 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 */ | ||
.dropdown:hover .dropbtn { | .dropdown:hover .dropbtn { | ||
− | background-color: # | + | background-color: #083F54; |
color: white; | color: white; | ||
} | } |
Revision as of 12:15, 21 October 2017