diff options
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"; |