Skip to content

Commit fa44683

Browse files
authored
DEV: Use color from CSS custom properties (#12)
2 parents 10b9eab + 7266bd0 commit fa44683

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

common/common.scss

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
@import "common/foundation/variables";
2-
31
.d-header {
42
&.hide-menus {
53
.headerLink:not(.keep) {
@@ -16,7 +14,7 @@
1614
list-style: none;
1715
a {
1816
padding: 6px 10px;
19-
color: $header_primary;
17+
color: var(--header_primary);
2018
font-size: $font-up-1;
2119
}
2220
}

0 commit comments

Comments
 (0)