color changed to #0090ed

Co-authored-by: timvisee <tim@visee.me>
This commit is contained in:
Ashesh Vidyut
2019-03-21 00:44:13 +05:30
committed by timvisee
parent e53571e219
commit 305dd2f5ef

View File

@@ -16,7 +16,7 @@ module.exports.updateFavicon = function(percentageString) {
const size = 32;
const lineWidth = 5;
const color = '#339BFF';
const color = '#0090ed';
const span = document.createElement('span');
span.textContent = percentageString;