darkened #left div a bit to reduce amount of white on page for people with less repos

This commit is contained in:
Justine Arreche 2013-10-16 12:55:35 -04:00
parent 4bde44e40e
commit 9fb54749be
2 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@ $color-bg-log-fold: $gray-dark-1
$color-bg-log-hover: $gray-dark-2
$color-bg-log-highlight: $gray-dark-3
$color-bg-slider: $slate-blue-3
$color-bg-left: $gray-light-4
$color-bg-left: #fbfbfa
$color-bg-list-odd: $white
$color-bg-list-even: $gray-light-3
$color-bg-hooks-odd: $slate-blue-4

View File

@ -43,7 +43,7 @@ html, body
max-width: 320px
width: -webkit-calc(100% - 1000px)
padding: 0 0 110px 0
background-color: $color-bg-left
background-color: #fbfbfa
border-right: 1px solid $color-border-normal
@media screen and (max-width: 980px)