Is there a way to modify the color of my slider using
<input type="range" id="input">
I attempted changing it with color, background-color, and bg-color but none seem to work...
UPDATE:
I am looking to alter it with javascript. Maybe something along these lines:
document.getElementById("input").style.background-color = "000000";