Files
Oxicloud/static/js/core/theme-init.js
T
2026-04-08 00:09:27 +02:00

4 lines
240 B
JavaScript

// Apply saved theme immediately (render-blocking) to prevent FOUC.
// This file MUST be loaded without "defer" or "async".
if (localStorage.getItem('oxicloud_theme') === 'dark') document.documentElement.setAttribute('data-theme', 'dark');