aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/assets/css/themes/material_light.scss
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-08-19 10:10:20 -0700
committerGitHub <noreply@github.com>2017-08-19 10:10:20 -0700
commit86630a1a6bfedfb9c9834c5e1d13c45bd37e18e7 (patch)
tree3c93edecf9d5bfea2b17f089bd76cc473eacb395 /app/src/main/assets/css/themes/material_light.scss
parent1538c192b57153e50db524f2f8b0ad3656209344 (diff)
downloadfrost-86630a1a6bfedfb9c9834c5e1d13c45bd37e18e7.tar.gz
frost-86630a1a6bfedfb9c9834c5e1d13c45bd37e18e7.tar.bz2
frost-86630a1a6bfedfb9c9834c5e1d13c45bd37e18e7.zip
Update light theme (#198)v1.4.8
Diffstat (limited to 'app/src/main/assets/css/themes/material_light.scss')
-rw-r--r--app/src/main/assets/css/themes/material_light.scss6
1 files changed, 3 insertions, 3 deletions
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";