diff options
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"; |