Skip to content

Commit

Permalink
tweak division chart color
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Jan 16, 2018
1 parent 1b56987 commit e037428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/javascripts/chart/division.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ lichess.divisionLines = function(div, trans) {
color: Highcharts.theme.lichess.text.weak
}
},
color: '#30cc4d',
color: '#639B24',
width: 1,
value: 0
});
Expand Down

0 comments on commit e037428

Please sign in to comment.