mirror of
https://github.com/Snigdha-OS/snigdhaos-pkgbuilds.git
synced 2025-09-23 21:15:00 +02:00

Some checks are pending
Check Conventional Commit / check-commit-message (push) Waiting to run
1 line
106 B
JavaScript
1 line
106 B
JavaScript
const theme=localStorage.getItem("theme");theme&&document.documentElement.classList.add(`theme-${theme}`); |