You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using light text colour on not-flat colour background tends sometimes to hide the numbers. May we have the ability to add a text shadow? See what I mean on temp , times & such:
The text was updated successfully, but these errors were encountered:
I adjusted the layout & added a shadow in weather-cal-code.js myself; that'll do.
From the comment on my own widget version:
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*\ == ¡Shelby Kira Marvell! == Add this to weather-cal-code.js after update. (with a line of code already from "provideText"): */textItem.textColor=this.provideColor(format)constSHADOW={shadowColor: newColor('#000000'),shadowRadius: 2.5,shadowOffset: newPoint(1.5,1.5)}textItem.shadowColor=SHADOW.shadowColortextItem.shadowRadius=SHADOW.shadowRadiustextItem.shadowOffset=SHADOW.shadowOffset/*\*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
Using light text colour on not-flat colour background tends sometimes to hide the numbers. May we have the ability to add a text shadow? See what I mean on temp , times & such:
The text was updated successfully, but these errors were encountered: