diff --git a/src/styles/_colors.less b/src/styles/_colors.less index 2e45dc1..f7b0cc6 100644 --- a/src/styles/_colors.less +++ b/src/styles/_colors.less @@ -14,7 +14,7 @@ @foreground-darker: #080808; --foreground-darker: @foreground-darker; @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-inset: fade(@foreground, 20%); --curtain-inset: @curtain-inset;