diff --git a/common/common.scss b/common/common.scss index 6ff07f1..3a73ba9 100644 --- a/common/common.scss +++ b/common/common.scss @@ -1,5 +1,3 @@ -@import "common/foundation/variables"; - .d-header { &.hide-menus { .headerLink:not(.keep) { @@ -16,7 +14,7 @@ list-style: none; a { padding: 6px 10px; - color: $header_primary; + color: var(--header_primary); font-size: $font-up-1; } }