Update styling of menu bullets and badge-secondary in dark mode

This commit is contained in:
Mars Niermann 2023-03-10 15:31:31 +00:00
parent 3f9a8be902
commit edc014cad9

View file

@ -288,7 +288,8 @@ domain("code.onedev.io") {
color: var(--green);
}
.sidebar-menu .menu-bullet {
.sidebar-menu .menu-bullet,
.dark-mode .badge-secondary {
background-color: var(--bg4);
}