Skip to content

Commit

Permalink
More contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
hexylena committed Feb 6, 2019
1 parent c4fbe94 commit 0a7583b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/galaxy/style/scss/base.scss
Expand Up @@ -623,7 +623,7 @@ div.toolFormRow {
@extend .py-1;
@extend .px-2;
cursor: move;
background: $panel-bg-color;
background: $base-color-3;
}
.toolFormBody {
@extend .card-body;
Expand Down
2 changes: 1 addition & 1 deletion client/galaxy/style/scss/theme/blue.scss
Expand Up @@ -103,7 +103,7 @@ $text-color: $gray-900;
$masthead-height: 3rem;

// Side panels
$panel-bg-color: $gray-100; // #dfe5f9;
$panel-bg-color: $gray-200; // #dfe5f9;
$panel-text-color: $gray-900;
$panel-header-bg-color: $gray-100;
$panel-header-text-color: #555;
Expand Down

0 comments on commit 0a7583b

Please sign in to comment.