Initial commit
This commit is contained in:
12
apps/web/src/app/globals.css
Normal file
12
apps/web/src/app/globals.css
Normal file
@@ -0,0 +1,12 @@
|
||||
@import "tailwindcss";
|
||||
|
||||
:root {
|
||||
--background: #ffffff;
|
||||
--foreground: #171717;
|
||||
}
|
||||
|
||||
body {
|
||||
background: var(--background);
|
||||
color: var(--foreground);
|
||||
font-family: "Geist", "Segoe UI", sans-serif;
|
||||
}
|
||||
Reference in New Issue
Block a user