lightened up the log bg by 10%

This commit is contained in:
Justine Arreche 2013-10-01 17:42:31 -04:00
parent 593f3425bd
commit d4ae21251e
2 changed files with 1 additions and 2 deletions

View File

@ -61,7 +61,7 @@ $color-bg-pre: $gray-light-2
$color-bg-tab: $gray-light-3
$color-bg-tab-hover: $white
$color-bg-tab-active: $white
$color-bg-log: $black
$color-bg-log: #222222
$color-bg-log-fold: $gray-dark-1
$color-bg-log-hover: $gray-dark-2
$color-bg-log-highlight: $gray-dark-3

View File

@ -15,7 +15,6 @@ pre#log
word-wrap: break-word
background-color: $color-bg-log
border: 1px solid $color-border-log
@include border-radius(4px)
overflow-x: scroll
counter-reset: line-numbering