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.
16 lines
490 B
16 lines
490 B
// Variables
|
|
|
|
// Scaffolding
|
|
$body-bg: #fff;
|
|
$text-color: #333;
|
|
$link-color: #337ab7;
|
|
$link-hover-color: darken($link-color, 15%);
|
|
$link-hover-decoration: underline;
|
|
|
|
// Typography
|
|
$font-family-sans-serif: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
$font-family-serif: Georgia, "Times New Roman", Times, serif;
|
|
$font-family-monospace: Menlo, Monaco, Consolas, "Courier New", monospace;
|
|
$font-family-base: $font-family-sans-serif;
|
|
$font-size-base: 14px;
|
|
$line-height-base: 1.428571429;
|
|
|