mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-07-17 16:34:48 -05:00
* fix(labs): readable navbar dropdown panels in dark mode The Teach/Prepare/Connect dropdowns kept Bootstrap's default light surface on the dark navbar, with items inheriting the global teal link color. Style .navbar .dropdown-menu and its items, dividers, and headers for dark mode. * fix(labs): landing-page volume + cluster headings legible in dark mode labs/index.qmd's inline <style> hard-codes #1e293b with !important on .volume-heading and .cluster-heading, making 'Volume I/II', 'I. Foundations', 'II. Build', etc. invisible on the dark body. Scope overrides under html[data-bs-theme="dark"] so they beat the inline rules without piling on more !important.