24
1
Fork 0

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
No known key found for this signature in database
GPG Key ID: B8DB720BC383E172
1 changed files with 1 additions and 1 deletions

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;