From 488cc32ff2363534f8a06247150fe20ca2b573a8 Mon Sep 17 00:00:00 2001 From: Seaswimmer Date: Tue, 3 Oct 2023 18:40:53 -0400 Subject: [PATCH] Update NPMDarkMode.css --- NPMDarkMode.css | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/NPMDarkMode.css b/NPMDarkMode.css index 555da6e..e32edd8 100644 --- a/NPMDarkMode.css +++ b/NPMDarkMode.css @@ -35,26 +35,28 @@ background-color: #363636; } - .selectize-input, .selectize-control.single, .selectize-input.input-active { - background: #363636 !important; + .selectize-input, + .selectize-control.single, + .selectize-input.input-active { + background: #363636 !important; color: #fff; - cursor: text; - display: inline-block; + cursor: text; + display: inline-block; } - + .selectize-dropdown .active { color: #fff; - background-color: #363636; + background-color: #363636; } - + .custom-switch-indicator { - background: #363636; + background: #363636; } - + .custom-switch-description { - color: #fff !important; + color: #fff !important; } - + .btn-secondary { color: #f6f6f6; background-color: #363636;