summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-09 19:06:49 +0300
committerAndrew Dolgov <[email protected]>2021-03-09 19:06:49 +0300
commitb57ff49b65962a52aa87f4daf1d31e2574ebeb84 (patch)
tree0a484fbf54b62a4f0f5a372e5b24430d91bbf839
parent28d25c25774c4c2a6bfb2f534cfcf53d8b3cc811 (diff)
sync color of unread counter
-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";