Avoiding bloated code through direct refrencing

So, its not an entirely urgent problem but I’ve noticed that I need to keep going back into my css and reference an “a” “p”, whatever tag directly rather than being able to apply for example the color of my text to the overall class such as “.content-container {color:#fff;}”, If I don’t reference directly chrome opts to use the user agent stylesheet instead of my own. This only seems to be an issue on chrome though since when I check used firefox I didn’t encounter the same issue.

I don’t see how this relates to Kirby, maybe a problem with your browser cache settings. Your stylesheet is completely unrelated to Kirby.