Update styling of menu bullets and badge-secondary in dark mode
This commit is contained in:
parent
3f9a8be902
commit
edc014cad9
1 changed files with 2 additions and 1 deletions
|
|
@ -288,7 +288,8 @@ domain("code.onedev.io") {
|
||||||
color: var(--green);
|
color: var(--green);
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar-menu .menu-bullet {
|
.sidebar-menu .menu-bullet,
|
||||||
|
.dark-mode .badge-secondary {
|
||||||
background-color: var(--bg4);
|
background-color: var(--bg4);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue