<script>if (window.matchMedia('(prefers-color-scheme: light)')?.matches) document.documentElement.classList.add('light');</script>