force main colors on sidebar

This commit is contained in:
buzz-lightsnack-2007 2024-05-10 23:23:59 +08:00
parent 124a5acf53
commit 46bb97f33f

View file

@ -0,0 +1,3 @@
.sidenav li.active > a:not(.collapsible-header):not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-small):not(.btn-flat):not(.btn-large):not(.btn-floating) {
color: var(--font-color-main) !important;
}