hi,
if you want to change the color of the line or the point under the line, just change css 🙂
for the line
.q-slider__track-container--h{ background: red }for the point/maker the 2 first color are for the makers and lasts color for the line…
background-image: repeating-linear-gradient(90deg,red,red,2px,transparent 0,transparent) ```