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 +};