[FEAT] theme: light/charcoal dark mode with a persistent switcher
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user