From 7266bd01dd24d6c620b425fdd36b995e12d6fe85 Mon Sep 17 00:00:00 2001 From: Penar Musaraj Date: Thu, 11 Feb 2021 11:55:04 -0500 Subject: [PATCH] DEV: Use color from CSS custom properties --- common/common.scss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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; } }