15 lines
259 B
SCSS
Executable File
Vendored
15 lines
259 B
SCSS
Executable File
Vendored
// Container
|
|
$container-bg: #f9f9f9;
|
|
|
|
// Nav
|
|
$nav-text-weight: bold;
|
|
$nav-text-size: 14px;
|
|
|
|
// Base
|
|
$text-color: #1a1a1a;
|
|
$text-inverted-color: #fff;
|
|
$text-secondary-color: #666;
|
|
$text-dark-color: #282828;
|
|
$element-bg: #fff;
|
|
$text-description-color: #585858;
|