change root color js

Solutions on MaxInterview for change root color js by the best coders in the world

showing results for - "change root color js"
Juan José
02 May 2016
1document.documentElement.style.setProperty('--your-variable', '#YOURCOLOR');
2