This commit is contained in:
Kar
2025-03-19 20:42:16 +05:30
commit 11eb64b5e5
44 changed files with 11825 additions and 0 deletions

20
src/styles/global.css Normal file
View 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];
}
}