I am using the input type range bar in my code and would like to change the colour. I don't want to change anything else about it, I just want to change the colour from blue to something else.
I know that I can access it through css like so:
input[type=range] {
-webkit-appearance: none;
}
But this alters the input range, I just want to change the color.