- Use white text (gray-100 #f3f4f6) in editor to match preview
- Set editor background to gray-800 (#1f2937) matching preview
- Lighten preview container from gray-900 to gray-800
- Add explicit text-gray-100 color to preview content
- Lighten tag backgrounds to 40% opacity for better contrast
- Add MutationObserver to detect dark mode changes and recreate editor
- Update cursor, selection, and gutter colors for dark mode
Both editor and preview now have consistent white-on-dark-gray styling
for improved readability in dark mode.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>