diff options
author | Allan Wang <me@allanwang.ca> | 2017-12-21 23:07:20 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-21 23:07:20 -0500 |
commit | bd99aebf4388515273dfd720eb5c59b6e45da44f (patch) | |
tree | c19d8efdcd6500c43e3fa16d51f581bd72e753f5 /app/src/main/assets/css/themes/material_glass.scss | |
parent | f1e1aec8487fd148eb8e75fe016a8438958989ad (diff) | |
download | frost-bd99aebf4388515273dfd720eb5c59b6e45da44f.tar.gz frost-bd99aebf4388515273dfd720eb5c59b6e45da44f.tar.bz2 frost-bd99aebf4388515273dfd720eb5c59b6e45da44f.zip |
Update themes (#569)
* Update themes
* Update changelog
Diffstat (limited to 'app/src/main/assets/css/themes/material_glass.scss')
-rw-r--r-- | app/src/main/assets/css/themes/material_glass.scss | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/src/main/assets/css/themes/material_glass.scss b/app/src/main/assets/css/themes/material_glass.scss index 11c1335e..d2d3fe98 100644 --- a/app/src/main/assets/css/themes/material_glass.scss +++ b/app/src/main/assets/css/themes/material_glass.scss @@ -1,7 +1,9 @@ $text: #fff; $link: #eee; $accent: #5d86dd; -$background: rgba(#000, 0.3); +$background: rgba(#000, 0.1); $bg_transparent: transparent; +$card: rgba(#000, 0.25); +$tint: rgba(#fff, 0.15); @import "../core/main"; |