aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/assets/css/themes/custom.scss
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-06-30 20:46:54 -0700
committerAllan Wang <me@allanwang.ca>2017-06-30 20:46:54 -0700
commitf6ae04c42c7e2fabcd4de10290d7e6b5ea83b368 (patch)
tree025d4ecd92a864ac9b07ceb0e005e208244864e0 /app/src/main/assets/css/themes/custom.scss
parenta5ea70cd8fbc1f4fb15742d810698a7caef0eb26 (diff)
downloadfrost-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.scss2
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$');