CTA / frontend /src /app /globals.css
TheQuantEd's picture
Initial deployment: ClinicalMatch AI v2.0 — FHIR R4 · MCP (9 tools) · A2A workflow · SHARP compliance · 100k synthetic patients · Neo4j graph · GraphRAG chatbot
59abb4f
raw
history blame contribute delete
221 Bytes
@tailwind base;
@tailwind components;
@tailwind utilities;
:root {
--background: #f8fafc;
--foreground: #0f172a;
}
body {
background: var(--background);
color: var(--foreground);
}
html, body { height: 100%; }