MCPcopy Create free account
hub / github.com/Ashutosh00710/github-readme-activity-graph / changeBgColor

Function changeBgColor

script.js:259–263  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

257
258// Background Color
259const changeBgColor = () => {
260 valueToCopy.bgColor = inputElements.bgInput.value;
261 document.querySelector('.rect').style.backgroundColor = inputElements.bgInput.value;
262 generateLink();
263};
264
265// Line Color
266const changeLineColor = () => {

Callers 1

onThemeChangeFunction · 0.85

Calls 1

generateLinkFunction · 0.85

Tested by

no test coverage detected