Update darkmode

This commit is contained in:
cuom1999 2023-11-27 22:02:18 -06:00
parent de8adf983e
commit 038aa8674a

View file

@ -1727,16 +1727,23 @@ noscript #noscript {
color: rgb(152, 143, 129); color: rgb(152, 143, 129);
} }
.dropdown { .dropdown {
border-color: rgb(60, 65, 68);
background-image: initial;
background-color: rgb(24, 26, 27); background-color: rgb(24, 26, 27);
box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 16px 0px;
} }
.dropdown a { .dropdown a {
text-decoration-color: initial;
color: rgb(232, 230, 227);
}
.dropdown-item {
color: rgb(232, 230, 227); color: rgb(232, 230, 227);
} }
.dropdown-item:hover { .dropdown-item:hover {
background-image: initial; color: rgb(249, 146, 97);
background-color: rgb(49, 53, 55); }
.popper-arrow,
.popper-arrow::before {
background-image: inherit;
background-color: inherit;
} }
.unread_boxes { .unread_boxes {
background-color: rgb(204, 0, 0); background-color: rgb(204, 0, 0);