diff --git a/typescript/packages/core/src/core/transports/streamable-http.ts b/typescript/packages/core/src/core/transports/streamable-http.ts index 8b85ef8a5..3fc5e05e2 100644 --- a/typescript/packages/core/src/core/transports/streamable-http.ts +++ b/typescript/packages/core/src/core/transports/streamable-http.ts @@ -744,9 +744,12 @@ export class StreamableHttpTransport { padding: 0; } - body { + html, body { font-family: var(--font-sans); background: var(--bg-gradient); + } + + body { color: var(--text-main); min-height: 100vh; display: flex; @@ -1693,6 +1696,22 @@ export class StreamableHttpTransport { cursor: default; } + @media (prefers-reduced-motion: reduce) { + *, + *::before, + *::after { + animation: none !important; + scroll-behavior: auto !important; + transition: none !important; + } + + .tool-card:hover, + .modal-content, + .modal-overlay.active .modal-content { + transform: none !important; + } + } +