diff options
author | Allan Wang <me@allanwang.ca> | 2017-08-18 20:25:26 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-18 20:25:26 -0700 |
commit | ede53aff0ca989881247afead959341818f705b4 (patch) | |
tree | 4cafcf203bac331ebc53eab690c0fb41813d23da /app/src/main/assets/css/themes/material_light.scss | |
parent | 22df6cd1cf436433d5e381a6d6e694a91f647075 (diff) | |
download | frost-ede53aff0ca989881247afead959341818f705b4.tar.gz frost-ede53aff0ca989881247afead959341818f705b4.tar.bz2 frost-ede53aff0ca989881247afead959341818f705b4.zip |
Feature/theme accent (#192)
* Add lots of theming components
* Optimize and add
* Update accents
Diffstat (limited to 'app/src/main/assets/css/themes/material_light.scss')
-rw-r--r-- | app/src/main/assets/css/themes/material_light.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/assets/css/themes/material_light.scss b/app/src/main/assets/css/themes/material_light.scss index f0b35a00..31d5c967 100644 --- a/app/src/main/assets/css/themes/material_light.scss +++ b/app/src/main/assets/css/themes/material_light.scss @@ -1,6 +1,8 @@ $text: #000; $link: #111; +$accent: #3b5998; $background: #fafafa; +$background2: rgba(darken($background, 35%), 0.2); $bg_transparent: #fafafa; @import "../core/main"; |