summaryrefslogtreecommitdiff
path: root/init.js
diff options
context:
space:
mode:
Diffstat (limited to 'init.js')
-rw-r--r--init.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.js b/init.js
index 0210c4a..0e16730 100644
--- a/init.js
+++ b/init.js
@@ -17,7 +17,7 @@ require(['dojo/_base/kernel', 'dojo/ready'], function (dojo, ready) {
img.onload = function() {
if (unread > 0 || fresh > 0) {
- let bg_color = "#257aa7";
+ let bg_color = "#2a89bc";
let count = unread;
let font_size = "42px";