mirror of
https://github.com/flarum/framework.git
synced 2025-06-02 05:23:12 +08:00
Increase muted text contrast
This commit is contained in:
@ -27,7 +27,7 @@
|
|||||||
@text-color: #111;
|
@text-color: #111;
|
||||||
@link-color: saturate(@primary-color, 10%);
|
@link-color: saturate(@primary-color, 10%);
|
||||||
@heading-color: @text-color;
|
@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;
|
@muted-more-color: #aaa;
|
||||||
@shadow-color: rgba(0, 0, 0, 0.35);
|
@shadow-color: rgba(0, 0, 0, 0.35);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user