update color variable

This commit is contained in:
Kris 2019-08-14 22:57:13 -04:00
parent e53a171916
commit f7c648e3af
1 changed files with 1 additions and 4 deletions

View File

@ -91,10 +91,7 @@
width: 100%; //IE11
font-size: $font-down-1;
font-weight: normal;
color: dark-light-choose(
scale-color($primary, $lightness: 50%),
scale-color($secondary, $lightness: 40%)
);
color: $primary-medium;
white-space: normal;
}
}