relevo de glm

This commit is contained in:
2026-06-17 20:35:57 +02:00
parent 6620b493f5
commit cdf2893b94
20 changed files with 251 additions and 316 deletions
+8 -4
View File
@@ -1,8 +1,12 @@
@import "tailwindcss";
:root {
--background: #020617;
--foreground: #f8fafc;
--background: #f9f6f0;
--foreground: #1c1917;
--card: #ffffff;
--card-border: #e7e5e4;
--muted: #57534e;
--accent: #b45309;
}
@theme inline {
@@ -13,8 +17,8 @@
}
body {
background: var(--background);
color: var(--foreground);
background: #f9f6f0;
color: #1c1917;
font-family: var(--font-geist-sans), system-ui, sans-serif;
}