Skip to content

Commit

Permalink
Correct black color to pure black. (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
richardxia authored and David Agustin committed Nov 3, 2020
1 parent 0a06494 commit 0dd65ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stylesheets/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
--color-gray-700: #666;
--color-gray-800: #484848;
--color-gray-900: #212121;
--color-black: #202020;
--color-black: #000;

/* Message Colors */
--color-alert: #eb0000;
Expand Down

0 comments on commit 0dd65ae

Please sign in to comment.