mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 12:12:20 +00:00
change link color to white
This commit is contained in:
parent
ed0ad7b988
commit
3a761f2082
@ -21,7 +21,7 @@ Module.register("currentweather", {
|
|||||||
wrapper.innerHTML =
|
wrapper.innerHTML =
|
||||||
"<style>text-decoration: none</style>" +
|
"<style>text-decoration: none</style>" +
|
||||||
"This module is deprecated since release v2.15 and removed with v2.19." +
|
"This module is deprecated since release v2.15 and removed with v2.19." +
|
||||||
'<br>Please use the `weather` module as replacement, more info in the <a href="https://docs.magicmirror.builders/modules/weather.html">documentation</a>.';
|
'<br>Please use the `weather` module as replacement, more info in the <a href="https://docs.magicmirror.builders/modules/weather.html" style="color: #ffffff">documentation</a>.';
|
||||||
wrapper.className = "dimmed light small";
|
wrapper.className = "dimmed light small";
|
||||||
return wrapper;
|
return wrapper;
|
||||||
},
|
},
|
||||||
|
@ -21,7 +21,7 @@ Module.register("weatherforecast", {
|
|||||||
wrapper.innerHTML =
|
wrapper.innerHTML =
|
||||||
"<style>text-decoration: none</style>" +
|
"<style>text-decoration: none</style>" +
|
||||||
"This module is deprecated since release v2.15 and removed with v2.19." +
|
"This module is deprecated since release v2.15 and removed with v2.19." +
|
||||||
'<br>Please use the `weather` module as replacement, more info in the <a href="https://docs.magicmirror.builders/modules/weather.html">documentation</a>.';
|
'<br>Please use the `weather` module as replacement, more info in the <a href="https://docs.magicmirror.builders/modules/weather.html" style="color: #ffffff">documentation</a>.';
|
||||||
wrapper.className = "dimmed light small";
|
wrapper.className = "dimmed light small";
|
||||||
return wrapper;
|
return wrapper;
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user