Skip to content

Commit

Permalink
Remove brightness from light yellow color
Browse files Browse the repository at this point in the history
This color is used for form hints and table row hover color. Slightly remove some brightness to not hurt the eye.
  • Loading branch information
tvdeyen committed Jan 16, 2018
1 parent 876109e commit 0793049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/alchemy/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ $very-light-blue: lighten($light-blue, 12%);
$light-gray: #ededed;
$medium-gray: #e3e3e3;
$dark-gray: #666666;
$light_yellow: #ffffdc;
$light_yellow: #fbfbd8;
$linked-color: #ffd77a;
$white: #f2f2f2;

Expand Down

0 comments on commit 0793049

Please sign in to comment.