first test commit
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
@import "tailwindcss";
|
||||
|
||||
/* Configuration pour forcer le mode sombre via une classe .dark */
|
||||
@custom-variant dark (&:where(.dark, .dark *));
|
||||
|
||||
@theme {
|
||||
--color-gise-accent: #2563eb;
|
||||
--color-gise-accentHover: #1d4ed8;
|
||||
}
|
||||
|
||||
/* Le fond par défaut s'adapte automatiquement (clair/sombre) */
|
||||
html {
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
|
||||
body {
|
||||
@apply bg-slate-50 text-slate-900 transition-colors duration-300;
|
||||
}
|
||||
|
||||
.dark body {
|
||||
@apply bg-slate-950 text-slate-50;
|
||||
}
|
||||
Reference in New Issue
Block a user