blob: 1a3013a93ab0d82bae06af0a7baa1fc7e9924979 (
plain)
1
2
3
4
5
6
7
8
9
|
$bg_transparent: transparent;
$text: unquote('$T$');
$link: unquote('$TT$');
$background: unquote('$B$');
$background2: unquote('$BBT$');
$bg_opaque: unquote('$O$');
$divider: unquote('$D$');
@import "../core/main";
|