// theme before first paint: saved choice, else dark (function () { var t = localStorage.getItem('mm-theme') || 'dark'; if (t !== 'system') document.documentElement.dataset.theme = t; })();
Anonymous readers can preview up to 1024 characters here. Log in to unlock the full article once ingest succeeds.