Forex Dashboard v8.0

This commit is contained in:
Capucine Gest
2026-05-27 13:18:45 +02:00
commit 236afa3087
31 changed files with 9292 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
:root {
--foreground: #111827;
--background: #f9fafb;
}
body {
background: var(--background);
color: var(--foreground);
font-family: system-ui, -apple-system, sans-serif;
}
/* Bias badges */
.badge-bull { @apply bg-green-100 text-green-800 border border-green-200; }
.badge-bear { @apply bg-red-100 text-red-800 border border-red-200; }
.badge-neutral { @apply bg-gray-100 text-gray-700 border border-gray-200; }