mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-17 16:21:25 +02:00
feat: update customer navbar link color in modern dark skin
This commit is contained in:
parent
e24c36cd90
commit
ec6c8af179
1 changed files with 4 additions and 0 deletions
|
@ -749,4 +749,8 @@ select:not(#filterNavigateMenu),
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
margin-right: -59px;
|
margin-right: -59px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.modern-skin-dark .main-header .navbar > a {
|
||||||
|
color: #f5f5f5;
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue