mirror of
https://github.com/kennethreitz/kjvstudy.org.git
synced 2026-06-05 23:00:16 +00:00
f6f02fa9d6
The tufte.css @media (prefers-color-scheme: dark) was applying dark backgrounds to sidenotes even when the page was in light mode. Fixed by explicitly setting: - Light mode: transparent background with dark text (#444) - Dark mode (manual): dark background (#151515) with light text (#aaa) - Dark mode (system): dark background (#151515) with light text (#aaa) Used !important to override tufte.css base styles. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>