diff options
author | Allan Wang <me@allanwang.ca> | 2017-06-24 09:51:05 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-06-24 09:51:05 -0700 |
commit | b97d78be530a6b1f198499f551dd4770a81f55a1 (patch) | |
tree | be786d69d4aca2a585fdc340c6e33d4f87785890 /app/src/main/assets/css/themes/custom.scss | |
parent | 0aac77d2bbce0629f9522d0854bd7c8068ec5e8b (diff) | |
download | frost-b97d78be530a6b1f198499f551dd4770a81f55a1.tar.gz frost-b97d78be530a6b1f198499f551dd4770a81f55a1.tar.bz2 frost-b97d78be530a6b1f198499f551dd4770a81f55a1.zip |
Fix up themes
Diffstat (limited to 'app/src/main/assets/css/themes/custom.scss')
-rw-r--r-- | app/src/main/assets/css/themes/custom.scss | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/src/main/assets/css/themes/custom.scss b/app/src/main/assets/css/themes/custom.scss index 24b36760..1a3013a9 100644 --- a/app/src/main/assets/css/themes/custom.scss +++ b/app/src/main/assets/css/themes/custom.scss @@ -2,9 +2,8 @@ $bg_transparent: transparent; $text: unquote('$T$'); $link: unquote('$TT$'); $background: unquote('$B$'); -$background2: unquote('$BB$'); +$background2: unquote('$BBT$'); $bg_opaque: unquote('$O$'); $divider: unquote('$D$'); - @import "../core/main"; |