Files
Gordon Lam (SH) 758c3ba608 feat(peek): improve markdown checkbox contrast for light and dark themes
Fixes #36296

## Summary
Add custom checkbox styling with proper contrast for Peek markdown preview in both
light and dark themes. The default browser checkbox appearance had poor contrast,
making checkboxes difficult to see.

## Changes
- Add CSS rules for input[type='checkbox'] in both HtmlLightHeader and HtmlDarkHeader
- Use SVG checkmark for checked state with white tick on blue background
- Light theme: #0366d6 accent color with #fff background
- Dark theme: #58a6ff accent color with #1e1e1e background
- Addresses WCAG 2.1 AA accessibility concern about checkbox visibility
2026-02-01 09:06:24 -08:00
..
2025-08-25 21:23:07 +08:00
2020-06-19 13:27:29 +03:00