Skip to content
html { color-scheme: only light; } @media (prefers-color-scheme: dark) { html, body { background-color: #fff !important; color: #000 !important; } }