init
This commit is contained in:
20
src/styles/global.css
Normal file
20
src/styles/global.css
Normal file
@@ -0,0 +1,20 @@
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
@layer base {
|
||||
:root {
|
||||
--background: 222 17% 20%;
|
||||
--foreground: 220 13% 82%;
|
||||
|
||||
--primary: 87 49% 42%;
|
||||
--primary-foreground: 0 0% 100%;
|
||||
|
||||
--secondary: 87 49% 35%;
|
||||
--secondary-foreground: 0 0% 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
@apply bg-[#2b323b] text-[#c7ccd5];
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user