mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-11 16:53:10 +00:00
Increase text on white contrast
This commit is contained in:
parent
0e1c6b953d
commit
7a28c00437
1 changed files with 2 additions and 2 deletions
|
|
@ -39,8 +39,8 @@ $color-white: #fff;
|
|||
$color-black: #000;
|
||||
|
||||
// darker to lighter
|
||||
$color-grey-1: darken($color-white, 80);
|
||||
$color-grey-2: darken($color-white, 60);
|
||||
$color-grey-1: darken($color-white, 90);
|
||||
$color-grey-2: darken($color-white, 70);
|
||||
|
||||
$color-grey-3: darken($color-white, 15);
|
||||
$color-grey-4: darken($color-white, 10);
|
||||
|
|
|
|||
Loading…
Reference in a new issue