Theme

Dark Mode

Full dark theme with custom colors, inverted backgrounds, and auto system preference detection.

Login • Dark
Forgot password?
How It Works

The dark theme overrides all CSS custom properties with dark variants. Also supports automatic activation via prefers-color-scheme: dark.

Features
  • Full dark color palette
  • Auto-detect system dark mode via @media
  • All components styled (toasts, sidebar, summary)
  • High contrast for accessibility
Usage
<!-- Link the theme CSS --> <link href="theme-dark.css" rel="stylesheet"> <!-- Apply to form --> <form data-ev-form data-ev-theme="dark"> ... </form>