- {tagline}
{doc.title}
{doc.description}
diff --git a/src/styles/app.postcss b/src/styles/app.postcss
index 05d9cebfd..08fe2f50a 100644
--- a/src/styles/app.postcss
+++ b/src/styles/app.postcss
@@ -9,11 +9,11 @@
@layer base {
:root {
- --background: 0 0% 98%;
- --foreground: 320 7% 8%;
+ --background: 0 0% 100%;
+ --foreground: 0 0% 9%;
- --muted: 320 4.8% 93%;
- --muted-foreground: 320 3.8% 38.1%;
+ --muted: 240 5% 96%;
+ --muted-foreground: 0 0% 64%;
--popover: 0 0% 98%;
--popover-foreground: 320 7% 8%;
@@ -21,7 +21,7 @@
--card: 0 0% 98%;
--card-foreground: 320 7% 8%;
- --border: 320 5.9% 87%;
+ --border: 0 0% 89%;
--input: 320 5.9% 90%;
--primary: 320 7% 16%;
@@ -30,8 +30,8 @@
--secondary: 163 62% 90%;
--secondary-foreground: 170 31% 19%;
- --accent: 320 4.8% 92%;
- --accent-foreground: 320 7% 16%;
+ --accent: 204 94% 94%;
+ --accent-foreground: 0 9% 9%;
--destructive: 0 84.2% 60.2%;
--destructive-foreground: 0 0% 98%;
diff --git a/tailwind.config.ts b/tailwind.config.ts
index 77dd39911..f46d8a3f9 100644
--- a/tailwind.config.ts
+++ b/tailwind.config.ts
@@ -12,7 +12,7 @@ export default {
center: true,
padding: "2rem",
screens: {
- "2xl": "1400px"
+ "2xl": "1440px"
}
},
extend: {
@@ -51,11 +51,6 @@ export default {
foreground: "hsl(var(--card-foreground))"
}
},
- borderRadius: {
- lg: "var(--radius)",
- md: "calc(var(--radius) - 2px)",
- sm: "calc(var(--radius) - 4px)"
- },
fontFamily: {
sans: ["Inter", ...fontFamily.sans]
}