Spaces:
Running
Running
| (function () { | |
| // Apply saved theme immediately (before paint) to avoid flash. | |
| // Toggle logic lives in nav-auth.js (inside the account dropdown). | |
| const saved = localStorage.getItem("pr-theme"); | |
| if (saved) document.documentElement.setAttribute("data-theme", saved); | |
| })(); | |