Fixed twitter link in read me. Cleaned up css and removed unused font.

This commit is contained in:
Lokesh Dhakar
2013-06-30 22:31:44 -07:00
parent 16aa015588
commit 355a5119a7
4 changed files with 94 additions and 98 deletions

View File

@@ -9,7 +9,7 @@ $yellow: #fdf485
$orange: #ff8000
$red: #ff4040
$color: #aaa
$color: #ccc
$bgColor: #444
$headingColor: #444
@@ -19,18 +19,11 @@ $fontSize: 18px
$columnWidth: 600px
$radius: 4px
// $codeColor: #eff
// $inputColor: #555
// $selectionColor: $yellow
// $altColor: lighten($color, 30%)
// $altCommentsColor: lighten($color, 10%)
body
background: $bgColor
body, input, textarea
margin: 40px 40px 80px 40px
color: $color
background: $bgColor
font-size: $fontSize
font-family: "Karla", "lucida grande", sans-serif
@@ -83,6 +76,9 @@ img
/* -- Layout ------------------------------------------------------------------ */
body
margin: 40px 40px 80px 40px
.wrapper
max-width: $columnWidth
margin: 0 auto