[FEAT] theme: light/charcoal dark mode with a persistent switcher

This commit is contained in:
Twarner491
2026-06-05 16:34:08 -07:00
parent 4e43b5ee69
commit 4fb21fe01d
3 changed files with 61 additions and 5 deletions
+3
View File
@@ -7,6 +7,9 @@
<meta name="description" content="A live bird collage from your window.">
<link rel="icon" type="image/png" href="./favicon.png">
<link rel="apple-touch-icon" href="./favicon.png">
<!-- Apply the saved theme before first paint so dark mode doesn't flash
light on load. The full switcher lives in Settings (writes bird:theme). -->
<script>try{if(localStorage.getItem('bird:theme')==='dark')document.documentElement.setAttribute('data-theme','dark');}catch(e){}</script>
<link rel="stylesheet" href="./styles.css">
</head>
<body class="av-local">