Internal
Public Access
Replace all hardcoded colors and CSS variable fallbacks with proper theme CSS variables: - Removed fallback values from all var() calls - Replaced --color-* prefixed variables with actual theme variables: - --color-bg-secondary → --surface - --color-border → --border - --color-text → --text-primary - --color-text-secondary → --text-secondary - --color-primary → --accent (via .btn-primary class) - Updated success alert to use .alert-success class - Updated buttons to use .btn-primary and .btn-secondary classes - Fixed input backgrounds and text colors to use theme variables - Replaced hardcoded error color with --danger variable The page now properly respects the dark/light mode toggle. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>