mirror of
https://github.com/janishutz/color-thief.git
synced 2025-11-25 22:04:25 +00:00
Fixed twitter link in read me. Cleaned up css and removed unused font.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user