relevo de glm
This commit is contained in:
+8
-4
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user