2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

update color variable

This commit is contained in:
Kris 2019-08-14 22:57:13 -04:00
parent e53a171916
commit f7c648e3af

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