Cd 2 Riches
Change direction to riches
Home
Color
Domain Search
Search
Search
Recent Posts
Recent Comments
No comments to show.
Color
Archives
No archives to show.
Categories
No categories
function setTheme(colors) { const root = document.documentElement; Object.entries(colors).forEach(([key, value]) => { root.style.setProperty(`--${key}`, value); }); }