From 86630a1a6bfedfb9c9834c5e1d13c45bd37e18e7 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Sat, 19 Aug 2017 10:10:20 -0700 Subject: Update light theme (#198) --- app/src/main/assets/css/themes/material_light.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app/src/main/assets/css/themes/material_light.scss') diff --git a/app/src/main/assets/css/themes/material_light.scss b/app/src/main/assets/css/themes/material_light.scss index 31d5c967..eeefb60b 100644 --- a/app/src/main/assets/css/themes/material_light.scss +++ b/app/src/main/assets/css/themes/material_light.scss @@ -1,8 +1,8 @@ $text: #000; $link: #111; $accent: #3b5998; -$background: #fafafa; -$background2: rgba(darken($background, 35%), 0.2); -$bg_transparent: #fafafa; +$background: #f5f5f5; +$background2: #fff; +$bg_transparent: $background; @import "../core/main"; -- cgit v1.2.3