1
0
forked from Chaospott/site

look mom, i'm breaking the page!

This commit is contained in:
Timm
2015-04-18 19:16:06 +02:00
parent bff03a2c52
commit 5b5cc046ad
26 changed files with 102 additions and 91 deletions

View File

@ -6,7 +6,7 @@
// Our variables
$base-font-family: Helvetica, Arial, sans-serif;
$base-font-family: 'Share Tech', sans-serif;
$base-font-size: 16px;
$small-font-size: $base-font-size * 0.875;
$base-line-height: 1.5;
@ -14,7 +14,7 @@ $base-line-height: 1.5;
$spacing-unit: 30px;
$text-color: #111;
$background-color: #fdfdfd;
$background-color: #d2d4bc;
$brand-color: #2a7ae2;
$grey-color: #828282;
@ -24,6 +24,8 @@ $grey-color-dark: darken($grey-color, 25%);
$on-palm: 600px;
$on-laptop: 800px;
$nav-link-color: #800032;
// Using media queries with like this:
@ -45,5 +47,8 @@ $on-laptop: 800px;
@import
"base",
"layout",
"syntax-highlighting"
"syntax-highlighting",
"chaospott"
;