I've been immersing myself in Angular and encountered an issue that has me stumped. Despite using the latest version of Bootstrap in my Angular project, I'm facing challenges with my styles.css file that was defined prior to installing Bootstrap. Since the installation of Bootstrap, I've noticed some changes in my styles that I can't seem to fix no matter how much I tweak the styles.css file.
Here are a couple of examples:
My suspicion is that the bootstrap.min.css file introduced during Bootstrap's installation might be overriding my custom CSS stylesheet, but I'm struggling to pinpoint how.
This is a snippet from my index.html file:
[index.html code snippet]
And this is an excerpt from my .css stylesheet:
[styles.css code snippet]
Here are the routes specified in my Angular.json file:
[Angular.json routes snippet]