Great tutorial, thank you!
I have a little question.
Is the custom CSS file only for the new css codes that I add?
Or can I use it as a way to save all the changes I make to the templates (just in case an updated version of the templates comes up, I don't want to loose all my formatting)
If I change something in my usual css file, say this:/* Core */
body, a:hover, #rt-main .component-block .noblock .module-surround {color: #323232;}
a {color: #F85200;}
(I changed the colour of the font)
Should I place it in my custom CSS file just like this?
So even if the new css file has another colour, it will take the data from my custom file?
Thank you.