Hi Jonathan
These documentation also will helps you to achieve your requirement
Adding this to main.css did the trick
input[type='radio']::after{
background-color: orange;
}
input[type='radio']:checked:before{
border-color: orange;
}
Hi Jonathan,
As Jeroen mentioned the best practice is to change SCSS and not css directly.
If you have not already than I will recommend you to go though Style your App with CSS learning path in Mendix academy.