Tweak shadow color.
This commit is contained in:
parent
b0e71f9257
commit
7e58785c85
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
@foreground-darker: #080808; --foreground-darker: @foreground-darker;
|
@foreground-darker: #080808; --foreground-darker: @foreground-darker;
|
||||||
@foreground-darkest: #000000; --foreground-darkest: @foreground-darkest;
|
@foreground-darkest: #000000; --foreground-darkest: @foreground-darkest;
|
||||||
|
|
||||||
@foreground-shadow: fade(@foreground, 50%); --foreground-shadow: @foreground-shadow;
|
@foreground-shadow: fade(@foreground, 33%); --foreground-shadow: @foreground-shadow;
|
||||||
@curtain-dim: fade(@foreground, 50%); --curtain-dim: @curtain-dim;
|
@curtain-dim: fade(@foreground, 50%); --curtain-dim: @curtain-dim;
|
||||||
@curtain-inset: fade(@foreground, 20%); --curtain-inset: @curtain-inset;
|
@curtain-inset: fade(@foreground, 20%); --curtain-inset: @curtain-inset;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue