Files
Farhan Asghar 45f856ab33 fix(labs): readability for navbar dropdowns and landing-page headings (#1740)
* 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.
2026-05-12 08:54:40 -04:00
..