Added darkmode-hover to dropdown

This commit is contained in:
CommanderRedYT
2020-12-01 11:55:33 +01:00
parent 3049ab7ddf
commit 966d02a3dc

View File

@@ -25,6 +25,10 @@ hr.darkMode {
color: white !important;
}
.dropdown-item.darkMode:hover {
background-color: rgb(97, 97, 97) !important;
}
.dropdown-menu.darkMode {
background-color: rgb(56, 56, 56) !important;
color: white !important;