How to reproduce it?
- Load the main page
- Navigate to the tags page (do not access by directly typing the URL)
The page will load with wrong styles:
How to mitigate it?
Try reloading the page or loading the page directly.
Root causes
The root cause seems to be the ambient glows in mobile devices:
<div class="absolute -top-16 -left-16 w-36 sm:w-48 md:w-72 h-36 sm:h-48 md:h-72 bg-zinc-100 dark:bg-zinc-800/50 rounded-full blur-3xl opacity-50 animate-blob theme-transition-bg"></div>
<div class="absolute -bottom-16 -right-16 w-36 sm:w-48 md:w-72 h-36 sm:h-48 md:h-72 bg-zinc-200 dark:bg-zinc-800/30 rounded-full blur-3xl opacity-30 animate-blob animation-delay-2000 theme-transition-bg"></div>
<div class="absolute top-8 right-8 w-24 sm:w-32 md:w-40 h-24 sm:h-32 md:h-40 bg-zinc-100/30 dark:bg-zinc-700/20 rounded-full blur-2xl opacity-40 animate-blob animation-delay-4000 theme-transition-bg"></div>
How to reproduce it?
The page will load with wrong styles:
How to mitigate it?
Try reloading the page or loading the page directly.
Root causes
The root cause seems to be the ambient glows in mobile devices: