You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
346 B
13 lines
346 B
7 years ago
|
$primary-bg: #2c3e50;
|
||
|
$secondary-bg: lighten($primary-bg, 25%);
|
||
|
|
||
|
$body-bg: $primary-bg;
|
||
|
$text-color: #fff;
|
||
|
$navbar-default-bg: $secondary-bg;
|
||
|
$navbar-default-color: #fff;
|
||
|
$navbar-default-link-color: #fff;
|
||
|
$navbar-default-link-hover-color: darken($navbar-default-link-color, 10%);
|
||
|
$link-color: lighten($secondary-bg, 25%);
|
||
|
|
||
|
$font-size-base: 20px;
|