mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-02 17:50:39 +00:00
Shifting highlight colours darker for more contrast
This commit is contained in:
@@ -14,8 +14,8 @@ $primary-color: $weave-charcoal-blue;
|
||||
|
||||
$background-color: #f8f8f8;
|
||||
$background-lighter-color: lighten($background-color, 8%);
|
||||
$background-darker-color: darken($background-color, 8%);
|
||||
$background-darker-secondary-color: darken($background-color, 4%);
|
||||
$background-darker-color: darken($background-color, 16%);
|
||||
$background-darker-secondary-color: darken($background-color, 8%);
|
||||
$background-dark-color: $primary-color;
|
||||
$text-color: lighten($primary-color, 5%);
|
||||
$text-secondary-color: lighten($text-color, 15%);
|
||||
|
||||
Reference in New Issue
Block a user