Make text over icon more readable

This commit is contained in:
Peter 2019-01-29 08:03:12 +01:00
parent d123a42167
commit 9b828003d5
Signed by: pludi
GPG Key ID: CFBA360E696EDC99
1 changed files with 2 additions and 2 deletions

View File

@ -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'
}
]
};
};