mirror of
https://github.com/flarum/core.git
synced 2025-06-07 23:29:13 +02:00
Increase text contrast slightly
This commit is contained in:
parent
8c4e095f23
commit
1aaff46f8e
@ -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);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user