feat: DAN MODE ACTIVATED banner (blinking), cycle order light→dark→dan

This commit is contained in:
Falkan
2026-03-17 11:35:49 -04:00
parent 7cc893d48f
commit 04a6d00549
2 changed files with 22 additions and 0 deletions

View File

@@ -48,6 +48,10 @@
</nav>
</header>
{#if theme === 'dan'}
<div class="dan-banner" aria-live="assertive">⚠ DAN MODE ACTIVATED ⚠</div>
{/if}
<main class="container">
{@render children()}
</main>