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:
parent
e53a171916
commit
f7c648e3af
1 changed files with 1 additions and 4 deletions
|
@ -91,10 +91,7 @@
|
||||||
width: 100%; //IE11
|
width: 100%; //IE11
|
||||||
font-size: $font-down-1;
|
font-size: $font-down-1;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
color: dark-light-choose(
|
color: $primary-medium;
|
||||||
scale-color($primary, $lightness: 50%),
|
|
||||||
scale-color($secondary, $lightness: 40%)
|
|
||||||
);
|
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue