DEV: Use color from CSS custom properties (#12)

This commit is contained in:
Penar Musaraj 2021-02-11 12:22:10 -05:00 committed by GitHub
commit fa44683202
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

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;
}
}