update helper text color

This commit is contained in:
btzr-io 2017-10-15 21:14:59 -06:00 committed by Jeremy Kauffman
parent 2a49a2b889
commit d489f48f14

View file

@ -4,7 +4,7 @@
--color-canvas: #0f1517; --color-canvas: #0f1517;
--color-bg: #1a2327; --color-bg: #1a2327;
--color-bg-alt: #314048; --color-bg-alt: #314048;
--color-help: #AAA; --color-help: rgba(255,255,255, 0.5);
--color-error: #a94442; --color-error: #a94442;
--color-load-screen-text: #FFF; --color-load-screen-text: #FFF;
--color-money: var(--color-primary); --color-money: var(--color-primary);