diff --git a/css/darkmode.css b/css/darkmode.css index 7c0017e..8fb9d28 100644 --- a/css/darkmode.css +++ b/css/darkmode.css @@ -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;