Skip to content

Commit

Permalink
fix: Reverted accidental color change (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nakroma committed Mar 3, 2020
1 parent 6700225 commit ea64638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/styles/partials/_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ $color-bg-darkest: #101115;
$color-bg-transparent: rgba(70, 78, 90, 0.75);
$color-bg-transparent-light: rgba(90, 100, 112, 0.2);
$color-subtle: rgba(120, 132, 144, 0.4);
$color-subtle-dark: rgba(71, 59, 54, 0.4);
$color-subtle-dark: rgba(60, 70, 80, 0.4);

/**
* Color Codes
Expand Down

0 comments on commit ea64638

Please sign in to comment.