mirror of
https://github.com/flarum/framework.git
synced 2025-05-23 23:29:57 +08:00
Increase text contrast slightly
This commit is contained in:
@ -24,10 +24,10 @@
|
||||
@secondary-color: @config-secondary-color;
|
||||
|
||||
@body-bg: #fff;
|
||||
@text-color: #333;
|
||||
@text-color: #111;
|
||||
@link-color: saturate(@primary-color, 10%);
|
||||
@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;
|
||||
@shadow-color: rgba(0, 0, 0, 0.35);
|
||||
|
||||
|
Reference in New Issue
Block a user