hey, I seem to have the same problem you were writing about. I tried CSS with this code
/* nav active color */
.header-nav-item--active>a, .header-nav-folder-item--active>a, .header-menu-nav-item--active>a .header-menu-nav-item--active {
color: #1cc700 !important;
}
It does not work with my page. Did you find another solution?