Added darkmode-hover to dropdown
This commit is contained in:
@@ -25,6 +25,10 @@ hr.darkMode {
|
|||||||
color: white !important;
|
color: white !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dropdown-item.darkMode:hover {
|
||||||
|
background-color: rgb(97, 97, 97) !important;
|
||||||
|
}
|
||||||
|
|
||||||
.dropdown-menu.darkMode {
|
.dropdown-menu.darkMode {
|
||||||
background-color: rgb(56, 56, 56) !important;
|
background-color: rgb(56, 56, 56) !important;
|
||||||
color: white !important;
|
color: white !important;
|
||||||
|
Reference in New Issue
Block a user