Merge pull request #2886 from weaveworks/background-colors

Flat background instead of gradient
This commit is contained in:
bianca cheng costanzo
2017-10-16 12:25:52 +02:00
committed by GitHub

View File

@@ -58,5 +58,5 @@ $search-border-width: 1px;
$timeline-height: 55px;
/* specific elements */
$body-background-color: linear-gradient(30deg, $background-color 0%, $background-lighter-color 100%);
$body-background-color: $background-average-color;
$label-background-color: fade-out($background-average-color, .3);