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

@import "../core/main";