fix bottom navigation bar

This commit is contained in:
Jan-Niklas Weghorn
2023-11-10 14:09:24 +01:00
parent 243cac0389
commit 9b367e5d08
7 changed files with 24 additions and 11 deletions

View File

@@ -10560,3 +10560,11 @@ textarea, input:not([type="submit"]):not([class="multiselect__input"]):not([clas
.b-sidebar-body {
background-color: #303030 !important;
}
.bottom-nav-link {
color: #898989 !important;
}
.bottom-nav-link-active {
color: var(--primary) !important;
}