So i want to change the knob color to match my color theme. But when i open the bootstrap.css, i could not find the reference to that. I can change the border and the shadow, but not the knob. The only reference i can find is background image with i guess svg file like this:
.form-switch .form-check-input:focus {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
But i dont know how to change that. Is it possible to change this one without creating the whole switch? Thanks for helping.
*image is for reference for what i want to change and what i have changed
