mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-07-19 01:14:07 -05:00
- Add .nav-footer alongside .page-footer in _site-dark.scss so Quarto's rendered footer element gets a dark background when the toggle is active. - Add .dropdown-menu and .dropdown-item dark overrides so navbar menus do not stay white in dark mode (toggle path, not OS prefers-color-scheme). - Change footer-site.yml background from 'light' to 'none' so the CSS dark override can actually apply; 'light' hardcodes Bootstrap's bg-light class which pins the footer to a white background regardless of theme.