Seth commited on
Commit ·
09dac43
1
Parent(s): 5301ae9
update
Browse files- frontend/src/index.css +2 -27
frontend/src/index.css
CHANGED
|
@@ -2,36 +2,11 @@
|
|
| 2 |
@tailwind components;
|
| 3 |
@tailwind utilities;
|
| 4 |
|
| 5 |
-
@layer base {
|
| 6 |
-
:root {
|
| 7 |
-
--background: 0 0% 100%;
|
| 8 |
-
--foreground: 222.2 84% 4.9%;
|
| 9 |
-
--card: 0 0% 100%;
|
| 10 |
-
--card-foreground: 222.2 84% 4.9%;
|
| 11 |
-
--popover: 0 0% 100%;
|
| 12 |
-
--popover-foreground: 222.2 84% 4.9%;
|
| 13 |
-
--primary: 222.2 47.4% 11.2%;
|
| 14 |
-
--primary-foreground: 210 40% 98%;
|
| 15 |
-
--secondary: 210 40% 96.1%;
|
| 16 |
-
--secondary-foreground: 222.2 47.4% 11.2%;
|
| 17 |
-
--muted: 210 40% 96.1%;
|
| 18 |
-
--muted-foreground: 215.4 16.3% 46.9%;
|
| 19 |
-
--accent: 210 40% 96.1%;
|
| 20 |
-
--accent-foreground: 222.2 47.4% 11.2%;
|
| 21 |
-
--destructive: 0 84.2% 60.2%;
|
| 22 |
-
--destructive-foreground: 210 40% 98%;
|
| 23 |
-
--border: 214.3 31.8% 91.4%;
|
| 24 |
-
--input: 214.3 31.8% 91.4%;
|
| 25 |
-
--ring: 222.2 84% 4.9%;
|
| 26 |
-
--radius: 0.5rem;
|
| 27 |
-
}
|
| 28 |
-
}
|
| 29 |
-
|
| 30 |
@layer base {
|
| 31 |
* {
|
| 32 |
-
@apply border-
|
| 33 |
}
|
| 34 |
body {
|
| 35 |
-
@apply bg-
|
| 36 |
}
|
| 37 |
}
|
|
|
|
| 2 |
@tailwind components;
|
| 3 |
@tailwind utilities;
|
| 4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
@layer base {
|
| 6 |
* {
|
| 7 |
+
@apply border-slate-200;
|
| 8 |
}
|
| 9 |
body {
|
| 10 |
+
@apply bg-white text-slate-900;
|
| 11 |
}
|
| 12 |
}
|