aboutsummaryrefslogtreecommitdiff
path: root/icon.html
diff options
context:
space:
mode:
Diffstat (limited to 'icon.html')
-rw-r--r--icon.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/icon.html b/icon.html
index 579a6a9..67a8079 100644
--- a/icon.html
+++ b/icon.html
@@ -32,7 +32,7 @@
function createImageLink(size, logoFontSize, logoX, logoY) {
- var colors = {'#333' : 'active', '#bbb' : 'disabled'};
+ var colors = {'#333' : 'active', '#bbb' : 'disabled', 'green' : 'redirected'};
for (var color in colors) {
var canvas = document.createElement('canvas');
canvas.width = canvas.height = size;