From 9b828003d5684bee106beab7f9b16dfb0e437869 Mon Sep 17 00:00:00 2001 From: Peter Ludikovsky Date: Tue, 29 Jan 2019 08:03:12 +0100 Subject: [PATCH] Make text over icon more readable --- config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.js b/config.js index cb598d7..c28c458 100644 --- a/config.js +++ b/config.js @@ -2,7 +2,7 @@ window.Config = { refreshTimeout: 1000 * 60 * 5, // 5min, spaceApiUrl: 'https://usrspace.at/spaceapi', calenderUrl: 'https://usrspace.at/calendar.php', - openColor: '#00ff00', + openColor: '#009933', quickLinks: [ { url: 'https://usrspace.at/', @@ -29,4 +29,4 @@ window.Config = { text: 'NextCloud' } ] -}; \ No newline at end of file +};