Update download progress bar color

This commit is contained in:
Peter deHaan 2017-07-23 22:42:40 -07:00
parent d6823f492d
commit fc3001978c
No known key found for this signature in database
GPG Key ID: F0FC6C01C6305097
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ $(document).ready(function() {
$('#dl-progress').circleProgress({
value: 0.0,
startAngle: -Math.PI / 2,
fill: '#00C8D7',
fill: '#3B9DFF',
size: 158,
animation: { duration: 300 }
});