You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(site/about): replace picture element with JS-driven star-history img
The <picture> element used media="(prefers-color-scheme: dark)" which only
responds to OS preference, not the Quarto toggle button. Replace with a
single <img> whose src is swapped by a MutationObserver watching
document.body.classList for the 'quarto-dark' class that the toggle adds.
<p style="color: var(--ab-text-muted); font-size: 0.85rem; margin: 1rem 0 0;">Everything here is free — our only ask is a <a href="https://github.com/harvard-edge/cs249r_book" target="_blank" rel="noopener" style="color: var(--ab-accent); font-weight: 600;">⭐ star on GitHub</a>. It tells universities, publishers, and funders that AI engineering education matters.</p>
0 commit comments