1
0
mirror of synced 2026-05-22 14:23:18 +00:00

DEV: Use color from CSS custom properties

This commit is contained in:
Penar Musaraj
2021-02-11 11:55:04 -05:00
parent 10b9eabb28
commit 7266bd01dd
+1 -3
View File
@@ -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;
}
}