Files
Vijay Janapa Reddi 0e32de8be1 fix(theme): set $primary to $accent in harvard theme
The site landing page announcement banner was rendering Bootstrap's
default blue instead of Harvard crimson. Root cause: theme-harvard.scss
set $accent but not $primary, so .alert-primary (which Quarto
announcements use) fell back to Bootstrap's built-in blue.

Every other Quarto site (instructors, slides, labs, kits, mlsysim,
tinytorch) sets $primary in its own stylesheet; site/ relies purely on
style-site.scss + theme-harvard, so the omission bit it alone.

Verified with a Playwright pass that checks each site's announcement
background hue against its $accent — all 7 sites now MATCH.
2026-04-20 13:36:36 -04:00
..