Not all styles defined in a css are applied
Hello community
In my RH project I am using a css where I defined the styles that should be applied to all the pages, but after generating the output I check that not all of them are being applied. These are the steps I followed:
- I built a css file that I added to the assets/css folder of my project.
- I added the needed images to the assest/images folder of my project.
- I setup the master page of my project to use this css file.
- I generated the documentation using Frameless output preset.
- I found that some styles, such as font or font size were applied, but others like h1 title were not.
What can I check? Is there any test I can do to find where the error is in the css?
Thanks in advance
