From 7631d08d67ffaa2a4a24a71b57cb79eefd1b5b6b Mon Sep 17 00:00:00 2001 From: ines Date: Wed, 3 May 2017 19:40:47 +0200 Subject: [PATCH] Adjust saturation of light theme color --- website/assets/css/_variables.sass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/assets/css/_variables.sass b/website/assets/css/_variables.sass index 1c38d114a..5f9453ea6 100644 --- a/website/assets/css/_variables.sass +++ b/website/assets/css/_variables.sass @@ -34,7 +34,7 @@ $color-dark: lighten($color-front, 20) !default $color-theme: map-get($colors, $theme) $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-light: #f6f6f6 !default