Files
2022-01-26 17:33:09 +05:30

16 lines
236 B
CSS

.darkmode {
background-color: #18191a;
}
.darkmode-text-dark {
color: #e4e6eb !important;
}
.darkmode-text-muted {
color: #b0b3b8 !important;
}
.darkmode-dropdown-menu {
background-color: #212121 !important;
}