diff --git a/epicyon-profile.css b/epicyon-profile.css index a44d5965..a4aa1046 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -626,14 +626,11 @@ input[type=submit]:hover { } /* Change color of dropdown links on hover */ -.dropdown-content a:hover {background-color: #111;} +.dropdown-content a:hover {background-color: var(--dropdown-bg-color-hover);} /* Show the dropdown menu on hover */ .show {display: block;} -/* Change the background color of the dropdown button when the dropdown content is shown */ -.dropdown:hover .dropbtn {background-color: var(--dropdown-bg-color-hover);} - input[type=checkbox] { -ms-transform: scale(2);