1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Tweak nav submenu heading color

This commit is contained in:
jeremystretch
2021-08-13 11:20:00 -04:00
parent 0609bcaaf0
commit b784705cd3
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -24,7 +24,7 @@
--nbx-sidenav-link-color: #{$gray-800};
--nbx-sidenav-pin-color: #{$orange};
--nbx-sidenav-parent-color: #{$gray-900};
--nbx-sidenav-group-color: #{$secondary};
--nbx-sidenav-group-color: #{$gray-800};
&[data-netbox-color-mode='dark'] {
// Dark Mode Variables.