mirror of
https://github.com/flarum/framework.git
synced 2025-05-24 07:39:56 +08:00
Increase text contrast slightly
This commit is contained in:
@ -24,10 +24,10 @@
|
|||||||
@secondary-color: @config-secondary-color;
|
@secondary-color: @config-secondary-color;
|
||||||
|
|
||||||
@body-bg: #fff;
|
@body-bg: #fff;
|
||||||
@text-color: #333;
|
@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), 63%);
|
@muted-color: hsl(@secondary-hue, min(25%, @secondary-sat), 60%);
|
||||||
@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