Files
Oxicloud/static/js/core/theme-init.js
T
2026-04-01 23:14:42 +02:00

4 lines
238 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');