Hey there, I'm currently facing an issue where my custom CSS is getting overwritten. Even though I have placed my custom CSS beneath the CDN bootstrap reference, it doesn't seem to resolve the problem. For instance, when attempting to change the font color of a header with an h1 inside, using classes or ids does not yield any change. However, if I target the header by specifying 'header h1' in my CSS file, it works.
header h1 {
color: white;
}
I do possess some knowledge about specificity, but I assumed that declaring it with a class or id would be specific enough to override the _reboot.scss file. Unfortunately, this approach doesn't seem to work. My current Bootstrap version is 5.