redux framework: add custom css to the output css

Will answer this as a general CSS/webdev question, since I don’t know Redux:

Either make your own CSS file with the code you want and load that in the same files as where the Redux CSS is used, making sure to override the Redux code where necessary, or use an already loaded CSS file. 🙂