Grapevine_Disease_Detection/VinEye/global.css
Yanis a964cc3836 add VinEye frontend app + fix hardcoded paths + gitignore
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-02 10:30:05 +02:00

51 lines
1.3 KiB
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
:root {
--background: 0 0% 98%;
--foreground: 0 0% 10.6%;
--card: 0 0% 100%;
--card-foreground: 0 0% 10.6%;
--popover: 0 0% 100%;
--popover-foreground: 0 0% 10.6%;
--primary: 153 42% 30%;
--primary-foreground: 0 0% 100%;
--secondary: 147 46% 89%;
--secondary-foreground: 153 42% 30%;
--muted: 0 0% 96.1%;
--muted-foreground: 0 0% 42%;
--accent: 147 46% 89%;
--accent-foreground: 153 42% 30%;
--destructive: 14 100% 63%;
--destructive-foreground: 0 0% 100%;
--border: 0 0% 87.8%;
--input: 0 0% 87.8%;
--ring: 153 42% 30%;
--radius: 0.5rem;
}
.dark {
--background: 0 0% 6.7%;
--foreground: 0 0% 98%;
--card: 0 0% 10.6%;
--card-foreground: 0 0% 98%;
--popover: 0 0% 10.6%;
--popover-foreground: 0 0% 98%;
--primary: 147 46% 89%;
--primary-foreground: 153 42% 30%;
--secondary: 153 42% 30%;
--secondary-foreground: 147 46% 89%;
--muted: 0 0% 17.6%;
--muted-foreground: 0 0% 61%;
--accent: 153 42% 30%;
--accent-foreground: 147 46% 89%;
--destructive: 14 100% 63%;
--destructive-foreground: 0 0% 100%;
--border: 0 0% 17.6%;
--input: 0 0% 17.6%;
--ring: 147 46% 89%;
}
}