fixed css color error
This commit is contained in:
parent
41c32b757a
commit
2b611638b2
3 changed files with 7 additions and 7 deletions
|
|
@ -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';
|
||||
// }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue