fixed css color error

This commit is contained in:
Walker Waylon Scott 2017-07-20 22:53:34 -05:00
parent 41c32b757a
commit 2b611638b2
3 changed files with 7 additions and 7 deletions

View file

@ -8,7 +8,7 @@ var style = getComputedStyle(document.body);
score_color = style.getPropertyValue('--score-color');
gross_color = style.getPropertyValue('--gross-color');
score_color = '#0071A7';
score_color = '#0C243B';
gross_color = '#4D9913';
// }