From fc3001978c06afb278fb1a5b79a03cd6b9209a88 Mon Sep 17 00:00:00 2001 From: Peter deHaan Date: Sun, 23 Jul 2017 22:42:40 -0700 Subject: [PATCH] Update download progress bar color --- frontend/src/download.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/download.js b/frontend/src/download.js index f879bcc5..403c6d8b 100644 --- a/frontend/src/download.js +++ b/frontend/src/download.js @@ -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 } });