diff --git a/css/themes.css b/css/themes.css index b1018a6592..5a0f2def0b 100644 --- a/css/themes.css +++ b/css/themes.css @@ -104,6 +104,17 @@ color: white; } +.dark .dropdown-content li > a { + background-color: #1c1c1c; + color: #3fe0d1; +} + +.dark .dropdown-content li > a:hover { + background-color: #333; +} +.dark .dropdown-content { + background-color: #1c1c1c; +} /* Your Custom Theme can go here if you don't want to modify the existing dark mode */ \ No newline at end of file