mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 06:39:40 +08:00
Increase muted text contrast
This commit is contained in:
parent
79fff37bce
commit
44d44ef0aa
@ -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…
x
Reference in New Issue
Block a user