add default css

This commit is contained in:
Mikaela Suomalainen 2014-12-31 08:05:38 +02:00
parent e5ef7e3e81
commit a9043816be
1 changed files with 5 additions and 8 deletions

View File

@ -6,23 +6,20 @@
// Our variables // Our variables
//$base-font-family: Helvetica, Arial, sans-serif; $base-font-family: Helvetica, Arial, sans-serif;
$base-font-family: "Copperplate / Copperplate Gothic Light", sans-serif;
$base-font-size: 16px; $base-font-size: 16px;
$small-font-size: $base-font-size * 0.875; $small-font-size: $base-font-size * 0.875;
$base-line-height: 1.5; $base-line-height: 1.5;
$spacing-unit: 30px; $spacing-unit: 30px;
$text-color: grey; $text-color: #111;
$background-color: black; $background-color: #fdfdfd;
$brand-color: red; $brand-color: #2a7ae2;
$grey-color: red;; $grey-color: #828282;
$grey-color-light: lighten($grey-color, 40%); $grey-color-light: lighten($grey-color, 40%);
$grey-color-dark: darken($grey-color, 25%); $grey-color-dark: darken($grey-color, 25%);
//$grey-color-light: red;
//$grey-color-dark: red;
// Width of the content area // Width of the content area
$content-width: 800px; $content-width: 800px;