(function() { const style = document.createElement('style'); style.textContent = ` html, body { background-color: #0f172a !important; color: #f8fafc !important; } div, section, article, nav, header, footer, main { background-color: inherit; color: inherit; } input, select, textarea, button { background-color: #1e293b !important; color: #f8fafc !important; border-color: #334155 !important; } a { color: #38bdf8 !important; } `; document.head.appendChild(style); })();