Files
Oxicloud/static/js/core/theme-init.js
T

4 lines
240 B
JavaScript
Raw Normal View History

2026-04-07 22:48:59 +02:00
// 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');