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
The text of the days and months is a crucial element, we had to change ourselves, any contributing organization, specially those that start new would need people to realize their progress quickly, they won't appreciate the timeline dimmed in grey like that.
This JavaScript can change the color to the site's default scheme, although I am not sure which element would that be in general..
Here it is :
document.onload=functioncolorize(){constcolorPicker=body.getElementsByClassName(" <some specific common class or element ").style.color;if(colorPicker.includes("#")){varcalanderLabel=document.getElementsByClassName("ContributionCalendar-label");calanderLabel.style.fill=({colorPicker});}else{calanderLabel.style.fill=(#000);}}
In support of our claim, the font-weight of the text should be bold.
Check out our site and see how it looks
The text was updated successfully, but these errors were encountered:
The text of the days and months is a crucial element, we had to change ourselves, any contributing organization, specially those that start new would need people to realize their progress quickly, they won't appreciate the timeline dimmed in grey like that.
This JavaScript can change the color to the site's default scheme, although I am not sure which element would that be in general..
Here it is :
In support of our claim, the font-weight of the text should be bold.
Check out our site and see how it looks
The text was updated successfully, but these errors were encountered: