From 3e3e2774c2e3f75e87ac1a8eb2ea92b1490e59da Mon Sep 17 00:00:00 2001 From: CommanderRedYT Date: Tue, 1 Dec 2020 04:18:34 +0100 Subject: [PATCH] Added darkmode to dropdown --- css/darkmode.css | 10 ++++++++++ includes/navbar.php | 16 ++++++++-------- 2 files changed, 18 insertions(+), 8 deletions(-) diff --git a/css/darkmode.css b/css/darkmode.css index f3e9971..7c0017e 100644 --- a/css/darkmode.css +++ b/css/darkmode.css @@ -20,3 +20,13 @@ hr.darkMode { border-color: rgb(144, 144, 144) !important; } +.dropdown-item.darkMode { + background-color: rgb(56, 56, 56) !important; + color: white !important; +} + +.dropdown-menu.darkMode { + background-color: rgb(56, 56, 56) !important; + color: white !important; + border: 1px solid rgba(204, 204, 204, 0.418) !important; +} \ No newline at end of file diff --git a/includes/navbar.php b/includes/navbar.php index 801b3c7..2e0fbff 100644 --- a/includes/navbar.php +++ b/includes/navbar.php @@ -30,14 +30,14 @@