Merge pull request #2100 from brkcvn/left-menu-active

Left menu active item color fix
This commit is contained in:
Cüneyt Şentürk 2021-06-11 14:15:02 +03:00 committed by GitHub
commit 369ec5a2be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2294,6 +2294,10 @@ div.required > .form-control-label:not(span):after, td.required:after
/*--------Nav Pills Color--------*/
.navbar-light .navbar-nav .nav-link {
color: #ffffff !important;
}
.nav-link
{
color: #3c3f72;