Update NPMDarkMode.css

This commit is contained in:
Seaswimmer 2023-10-03 18:38:39 -04:00
parent 99f01535e9
commit e024161f0e

View file

@ -26,15 +26,35 @@
background-color: #494949;
}
.form-control {
background-color: #232323;
}
.form-control,
.form-control:focus,
.form-control::placeholder,
.tag {
color: #fff;
opacity: 1;
background-color: #363636;
}
.selectize-input, .selectize-control.single, .selectize-input.input-active {
background: #363636 !important;
color: #fff;
cursor: text;
display: inline-block;
}
.selectize-dropdown .active {
color: #fff;
background-color: #363636;
}
.custom-switch-indicator {
background: #363636;
}
.custom-switch-description {
color: #fff !important;
}
.btn-secondary {
color: #f6f6f6;
background-color: #363636;