diff options
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$'); |