diff options
author | Allan Wang <me@allanwang.ca> | 2017-06-17 19:35:09 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-06-17 19:35:09 -0700 |
commit | 5b56ae501a1e092f8499667f146170d3f8ac535f (patch) | |
tree | 15376c68e34a4ce043412beddff2d2c15b7ec1d8 /app/src/main/assets/css/themes/material_light.scss | |
parent | 377c96d36418fa1a5709df5ebf4ef87c9cef46c5 (diff) | |
download | frost-5b56ae501a1e092f8499667f146170d3f8ac535f.tar.gz frost-5b56ae501a1e092f8499667f146170d3f8ac535f.tar.bz2 frost-5b56ae501a1e092f8499667f146170d3f8ac535f.zip |
Move theme colors to main scss files
Diffstat (limited to 'app/src/main/assets/css/themes/material_light.scss')
-rw-r--r-- | app/src/main/assets/css/themes/material_light.scss | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app/src/main/assets/css/themes/material_light.scss b/app/src/main/assets/css/themes/material_light.scss index 624a57a4..f0b35a00 100644 --- a/app/src/main/assets/css/themes/material_light.scss +++ b/app/src/main/assets/css/themes/material_light.scss @@ -1,2 +1,6 @@ -@import "../core/colors_light"; +$text: #000; +$link: #111; +$background: #fafafa; +$bg_transparent: #fafafa; + @import "../core/main"; |