Adjust saturation of light theme color

This commit is contained in:
ines 2017-05-03 19:40:47 +02:00
parent 06e414b3fc
commit 7631d08d67

View File

@ -34,7 +34,7 @@ $color-dark: lighten($color-front, 20) !default
$color-theme: map-get($colors, $theme) $color-theme: map-get($colors, $theme)
$color-theme-dark: darken(map-get($colors, $theme), 5) $color-theme-dark: darken(map-get($colors, $theme), 5)
$color-theme-light: saturate(lighten(map-get($colors, $theme), 35), 15) $color-theme-light: saturate(lighten(map-get($colors, $theme), 35), 5)
$color-subtle: #ddd !default $color-subtle: #ddd !default
$color-subtle-light: #f6f6f6 !default $color-subtle-light: #f6f6f6 !default