mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 02:00:43 +00:00
Merge pull request #2886 from weaveworks/background-colors
Flat background instead of gradient
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user