Currently, when my HTML page loads, it first displays the styles from the initial CSS file before switching to the second CSS file. This brief moment where the page appears differently than intended is a bit frustrating. Is there a way to prevent this change in appearance upon loading?
As an illustration, I am using both bootstrap.css and my own custom CSS. The page always shows the styles from bootstrap.css for that split second before transitioning to my custom.css.