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 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

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