8 lines
168 B
SCSS
8 lines
168 B
SCSS
|
$text-normal: #ddd;
|
||
|
$text-dim: #999;
|
||
|
$text-dark: #666;
|
||
|
$primary-color: #fb772a;
|
||
|
$secondary-color: #e70c0c;
|
||
|
|
||
|
$background-primary: #101010;
|
||
|
$background-selected: #944918;
|