feat: update customer navbar link color in modern dark skin

This commit is contained in:
Focuslinkstech 2025-05-01 08:21:58 +01:00
parent e24c36cd90
commit ec6c8af179

View file

@ -749,4 +749,8 @@ select:not(#filterNavigateMenu),
font-weight: bold;
color: inherit;
margin-right: -59px;
}
.modern-skin-dark .main-header .navbar > a {
color: #f5f5f5;
}