7 lines
172 B
SCSS
7 lines
172 B
SCSS
|
// typical text (dark-on-white in light skin)
|
||
|
$primary-fg-color: #dddddd;
|
||
|
$primary-bg-color: #2d2d2d;
|
||
|
|
||
|
// button UI (white-on-green in light skin)
|
||
|
|
||
|
@import "../_components"
|