So I'm noticing an issue where when swapping between pages on my site (/about, /home, etc.) it'll momentarily flash white before the styles are loaded. I'm using Astro and Tailwind, and even sticking a
<style> html { background-color: #040A0A; }</style>
<style> html { background-color: #040A0A; }</style>
in the head of the page resolves the issue. Is there a way to prevent this or am I SOL?