Skip to content

Commit

Permalink
Centralized one of the grey colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphaël committed Apr 3, 2019
1 parent d6428db commit 6a52b78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/collection/collection.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
}

.selected-notebook {
background-color: #e6e7e7;
background-color: $color-mediumgrey;
}

.hovered-notebook {
Expand Down
1 change: 1 addition & 0 deletions src/css/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ $color-darkgrey: #272e36;
$color-lightgrey: #f0f0f0;
$color-lightgrey-border: #dedede;
$color-grey-icon: #727272;
$color-mediumgrey: #e6e7e7;

// Font sizes
$fontsize-normal: 14px;
Expand Down

0 comments on commit 6a52b78

Please sign in to comment.