aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/assets/css/themes/material_light.scss
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2018-12-31 19:20:08 -0500
committerGitHub <noreply@github.com>2018-12-31 19:20:08 -0500
commit1ea25388cd782e33792eaac3353518673861d057 (patch)
tree1ad5982fcaf99519888e7e8703e3d8353a315161 /app/src/main/assets/css/themes/material_light.scss
parent149c6be1bfd4bd84381757940fece1be7b9801aa (diff)
downloadfrost-1ea25388cd782e33792eaac3353518673861d057.tar.gz
frost-1ea25388cd782e33792eaac3353518673861d057.tar.bz2
frost-1ea25388cd782e33792eaac3353518673861d057.zip
Theme (#1289)
* Convert light theme to use transparent components * Theme menu overflow * Theme more settings and make links a different color * Retheme main tags
Diffstat (limited to 'app/src/main/assets/css/themes/material_light.scss')
-rw-r--r--app/src/main/assets/css/themes/material_light.scss5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/src/main/assets/css/themes/material_light.scss b/app/src/main/assets/css/themes/material_light.scss
index 6f3794d3..b0a16757 100644
--- a/app/src/main/assets/css/themes/material_light.scss
+++ b/app/src/main/assets/css/themes/material_light.scss
@@ -1,10 +1,11 @@
$text: #000;
-$link: #111;
+$link: #3b5998;
$accent: #3b5998;
$background: #fafafa;
// this is actually the inverse of material light (bg should be gray, cards should be white),
// but it looks better than the alternative
-$background2: #e5e5e5;
+$background2: rgba(darken($background, 8%), 0.35);
+
$bg_transparent: $background;
$card: #fff;