mirror of
https://github.com/flarum/framework.git
synced 2024-11-28 20:16:08 +08:00
Increase muted text contrast
This commit is contained in:
parent
feffe53a86
commit
58d7be95c1
|
@ -27,7 +27,7 @@
|
|||
@text-color: #111;
|
||||
@link-color: saturate(@primary-color, 10%);
|
||||
@heading-color: @text-color;
|
||||
@muted-color: hsl(@secondary-hue, min(25%, @secondary-sat), 55%);
|
||||
@muted-color: hsl(@secondary-hue, min(20%, @secondary-sat), 50%);
|
||||
@muted-more-color: #aaa;
|
||||
@shadow-color: rgba(0, 0, 0, 0.35);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user