mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-06 09:38:33 -05:00
The textbook bootstrap theme paints `blockquote` with a near-white background and dark muted text, which made the community Spotlight quotes nearly invisible against the dark card in dark mode. Scope a neutralization of background/padding/border to `.spotlight-quote` and add explicit dark-mode color overrides so the rule still wins when the theme toggles via either `.quarto-dark` or `[data-bs-theme="dark"]`. Co-authored-by: Vijay Janapa Reddi <vj@eecs.harvard.edu>