Change navbar-dark active link color to #64a19d

This commit is contained in:
Sergey Chebotar 2023-01-20 07:37:22 +03:00
parent a5c046763a
commit 377dfa6071

View File

@ -4604,7 +4604,7 @@ textarea.form-control-lg {
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
color: #fff;
color: #64a19d;
}
.navbar-dark .navbar-toggler {
color: rgba(255, 255, 255, 0.55);