Added support for changing the color of the navbar

(cherry picked from commit f6649e1c38)
This commit is contained in:
Alexandre Vryghem
2023-08-16 15:15:51 +02:00
committed by github-actions[bot]
parent b9f60fa627
commit 72dcfddff1
4 changed files with 7 additions and 0 deletions

View File

@@ -24,6 +24,7 @@
--ds-header-logo-height-xs: 50px;
--ds-header-icon-color: #{$link-color};
--ds-header-icon-color-hover: #{$link-hover-color};
--ds-navbar-bg: var(--ds-header-bg);
--ds-header-navbar-border-top-color: #{$white};
--ds-header-navbar-border-bottom-color: #{$gray-400};
--ds-navbar-link-color: #{$cyan};