darkened #left div a bit to reduce amount of white on page for people with less repos
This commit is contained in:
parent
4bde44e40e
commit
9fb54749be
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user