From 9fb54749bee3e88d6bcfc713ce7830989edd37dc Mon Sep 17 00:00:00 2001 From: Justine Arreche Date: Wed, 16 Oct 2013 12:55:35 -0400 Subject: [PATCH] darkened #left div a bit to reduce amount of white on page for people with less repos --- assets/styles/_mixins/colors.sass | 2 +- assets/styles/layout.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/styles/_mixins/colors.sass b/assets/styles/_mixins/colors.sass index 9fd269da..5fdeb13e 100644 --- a/assets/styles/_mixins/colors.sass +++ b/assets/styles/_mixins/colors.sass @@ -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 diff --git a/assets/styles/layout.sass b/assets/styles/layout.sass index 041c5b56..b9609a2a 100644 --- a/assets/styles/layout.sass +++ b/assets/styles/layout.sass @@ -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)