aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/assets/css/themes/custom.scss
blob: 307fe8153bb30c5dc78b485449d4e3d80e695188 (plain)
1
2
3
4
5
6
7
8
9
$bg_transparent: unquote('$BT$');
$text: unquote('$T$');
$link: unquote('$TT$');
$background: unquote('$B$');
$background2: unquote('$BBT$');
$bg_opaque: unquote('$O$');
$divider: unquote('$D$');

@import "../core/main";