Polish dark mode and motion on the bundled MCP documentation page
Summary: Dark mode tweaks inner variables but the page body keeps a bright gradient; animations ignore reduced motion.
Where to change: typescript/packages/core/src/core/transports/streamable-http.ts — <style> inside generateDocumentationPage.
Acceptance criteria:
Suggested labels: visuals, accessibility, good first issue
Source: docs/STARTER_ISSUES_REVIEW.md — edit in-repo first, then sync GitHub issues if needed.
Polish dark mode and motion on the bundled MCP documentation page
Summary: Dark mode tweaks inner variables but the page
bodykeeps a bright gradient; animations ignore reduced motion.Where to change:
typescript/packages/core/src/core/transports/streamable-http.ts—<style>insidegenerateDocumentationPage.Acceptance criteria:
bodybackground respectsprefers-color-scheme: dark(or equivalent) without killing light mode.@media (prefers-reduced-motion: reduce)disables non-essential transforms/transitions on.tool-cardand similar.Suggested labels:
visuals,accessibility,good first issueSource:
docs/STARTER_ISSUES_REVIEW.md— edit in-repo first, then sync GitHub issues if needed.