Merge pull request #3206 from weaveworks/even-lighter-background

Slightly lightening background to match the rest of WeaveCloud
This commit is contained in:
bianca cheng costanzo
2018-06-04 10:56:44 +02:00
committed by GitHub

View File

@@ -45,5 +45,5 @@ $search-border-width: 1px;
$timeline-height: 55px;
/* specific elements */
$body-background-color: $color-lightgray;
$body-background-color: $color-white-smoke;
$label-background-color: transparentize($color-lightgray, 0.3);