diff options
author | Allan Wang <me@allanwang.ca> | 2017-06-30 20:46:54 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-06-30 20:46:54 -0700 |
commit | f6ae04c42c7e2fabcd4de10290d7e6b5ea83b368 (patch) | |
tree | 025d4ecd92a864ac9b07ceb0e005e208244864e0 /app/src/main/assets/css/themes/custom.scss | |
parent | a5ea70cd8fbc1f4fb15742d810698a7caef0eb26 (diff) | |
download | frost-f6ae04c42c7e2fabcd4de10290d7e6b5ea83b368.tar.gz frost-f6ae04c42c7e2fabcd4de10290d7e6b5ea83b368.tar.bz2 frost-f6ae04c42c7e2fabcd4de10290d7e6b5ea83b368.zip |
Mimic template themes when opaque
Diffstat (limited to 'app/src/main/assets/css/themes/custom.scss')
-rw-r--r-- | app/src/main/assets/css/themes/custom.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/assets/css/themes/custom.scss b/app/src/main/assets/css/themes/custom.scss index 1a3013a9..307fe815 100644 --- a/app/src/main/assets/css/themes/custom.scss +++ b/app/src/main/assets/css/themes/custom.scss @@ -1,4 +1,4 @@ -$bg_transparent: transparent; +$bg_transparent: unquote('$BT$'); $text: unquote('$T$'); $link: unquote('$TT$'); $background: unquote('$B$'); |