Should I have a CSS file for both dark and light versions of the website? I only have dark.css. I wanted to change the color of all headings ie h1, h2, h3 etc to a custom color #00047b. I took the snippet of code from the dark.css file and inserted it into global css where i then changed the color.
The problem is the change did not take effect, Am I doing this wrong?