);
})}
@@ -478,7 +478,7 @@ export default function App() {
{isPendingAssistant ? "Thinking..." : message.content}
diff --git a/web/src/index.css b/web/src/index.css
index d6695b5..51def7b 100644
--- a/web/src/index.css
+++ b/web/src/index.css
@@ -3,19 +3,19 @@
@tailwind utilities;
:root {
- --background: 0 0% 100%;
- --foreground: 222 47% 11%;
- --muted: 210 40% 96.1%;
- --muted-foreground: 215 16% 47%;
- --border: 214 32% 91%;
- --input: 214 32% 91%;
- --ring: 221 83% 53%;
- --primary: 222 84% 5%;
- --primary-foreground: 210 40% 98%;
- --secondary: 210 40% 96.1%;
- --secondary-foreground: 222 47% 11%;
- --accent: 210 40% 96.1%;
- --accent-foreground: 222 47% 11%;
+ --background: 224 20% 10%;
+ --foreground: 210 40% 96%;
+ --muted: 223 18% 16%;
+ --muted-foreground: 217 15% 65%;
+ --border: 223 16% 22%;
+ --input: 223 16% 22%;
+ --ring: 215 85% 63%;
+ --primary: 210 40% 98%;
+ --primary-foreground: 224 24% 11%;
+ --secondary: 223 18% 18%;
+ --secondary-foreground: 210 40% 98%;
+ --accent: 223 18% 20%;
+ --accent-foreground: 210 40% 98%;
--radius: 0.65rem;
}
@@ -30,6 +30,7 @@ body,
}
body {
- @apply bg-muted/70 text-foreground antialiased;
+ @apply bg-background text-foreground antialiased;
+ background-image: radial-gradient(circle at top, hsl(222 30% 18%) 0%, hsl(224 21% 11%) 45%, hsl(224 20% 9%) 100%);
font-family: "Soehne", "Avenir Next", "Segoe UI", sans-serif;
}