diff --git a/web/index.html b/web/index.html index 1d31b39..262d2fa 100644 --- a/web/index.html +++ b/web/index.html @@ -3,7 +3,7 @@
-Loading messages...
: null} - {!isLoading && messages.length === 0 ? ( -Ask a question to begin this conversation.
-{isRunning ? "Searching Exa..." : "Loading search..."}
) : null} - {showPrompt && !isLoading && !search?.query ? ( -Use the composer below to run a new Exa search.
-No results found.
) : null} diff --git a/web/src/index.css b/web/src/index.css index 662d1c7..d45ce37 100644 --- a/web/src/index.css +++ b/web/src/index.css @@ -3,7 +3,7 @@ @tailwind utilities; :root { - --background: 282 33% 10%; + --background: 282 33% 8%; --foreground: 300 35% 95%; --muted: 287 24% 16%; --muted-foreground: 297 16% 72%; @@ -31,7 +31,7 @@ body, body { @apply bg-background text-foreground antialiased; - background-image: radial-gradient(circle at top, hsl(274 42% 20%) 0%, hsl(271 34% 14%) 42%, hsl(266 32% 9%) 100%); + background-image: radial-gradient(circle at top, hsl(274 42% 18%) 0%, hsl(271 34% 12%) 42%, hsl(266 32% 7%) 100%); font-family: "Soehne", "Avenir Next", "Segoe UI", sans-serif; } @@ -43,10 +43,33 @@ body { margin-top: 0.85rem; } +.md-content h1, +.md-content h2, +.md-content h3 { + line-height: 1.25; + margin-top: 1.2rem; + margin-bottom: 0.45rem; + font-weight: 700; +} + +.md-content h1 { + font-size: 1.45rem; +} + +.md-content h2 { + font-size: 1.25rem; +} + +.md-content h3 { + font-size: 1.1rem; +} + .md-content ul, .md-content ol { margin-top: 0.65rem; - margin-left: 1.25rem; + margin-left: 0; + padding-left: 0; + list-style-position: inside; } .md-content li + li { diff --git a/web/src/pages/search-route-page.tsx b/web/src/pages/search-route-page.tsx index f732ff5..2b274ab 100644 --- a/web/src/pages/search-route-page.tsx +++ b/web/src/pages/search-route-page.tsx @@ -228,7 +228,7 @@ export default function SearchRoutePage() { {error ?{error}
: null} -