color changed to #0090ed
Co-authored-by: timvisee <tim@visee.me>
This commit is contained in:
parent
e53571e219
commit
305dd2f5ef
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue