lightened up the log bg by 10%
This commit is contained in:
parent
593f3425bd
commit
d4ae21251e
|
@ -61,7 +61,7 @@ $color-bg-pre: $gray-light-2
|
||||||
$color-bg-tab: $gray-light-3
|
$color-bg-tab: $gray-light-3
|
||||||
$color-bg-tab-hover: $white
|
$color-bg-tab-hover: $white
|
||||||
$color-bg-tab-active: $white
|
$color-bg-tab-active: $white
|
||||||
$color-bg-log: $black
|
$color-bg-log: #222222
|
||||||
$color-bg-log-fold: $gray-dark-1
|
$color-bg-log-fold: $gray-dark-1
|
||||||
$color-bg-log-hover: $gray-dark-2
|
$color-bg-log-hover: $gray-dark-2
|
||||||
$color-bg-log-highlight: $gray-dark-3
|
$color-bg-log-highlight: $gray-dark-3
|
||||||
|
|
|
@ -15,7 +15,6 @@ pre#log
|
||||||
word-wrap: break-word
|
word-wrap: break-word
|
||||||
background-color: $color-bg-log
|
background-color: $color-bg-log
|
||||||
border: 1px solid $color-border-log
|
border: 1px solid $color-border-log
|
||||||
@include border-radius(4px)
|
|
||||||
overflow-x: scroll
|
overflow-x: scroll
|
||||||
counter-reset: line-numbering
|
counter-reset: line-numbering
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user