From 80f93e21a126c2dfad9cd1da388a8e4de4f7b8e8 Mon Sep 17 00:00:00 2001 From: Stian Aune Date: Thu, 7 Nov 2019 21:59:06 +0100 Subject: [PATCH] X. --- contentScript.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/contentScript.js b/contentScript.js index 1921d5d..89e367f 100644 --- a/contentScript.js +++ b/contentScript.js @@ -14,11 +14,11 @@ if (typeof Overlay === "undefined") { setup = null; colors = { - "-2": "#F44", - "-1": "#FAA", + "-2": "#F66", + "-1": "#FBB", "0": "#FFF", - "1": "#AFA", - "2": "#4F4", + "1": "#BFB", + "2": "#6F6", }; /**