diff --git a/app/assets/app.css b/app/assets/app.css index 947c6a0..04ff0a6 100644 --- a/app/assets/app.css +++ b/app/assets/app.css @@ -6,26 +6,31 @@ prefersdark: false; /* set as default dark mode (prefers-color-scheme:dark) */ color-scheme: light; /* color of browser-provided UI */ - --color-base-100: oklch(98% 0.02 240); - --color-base-200: oklch(95% 0.03 240); - --color-base-300: oklch(92% 0.04 240); - --color-base-content: oklch(20% 0.05 240); - --color-primary: oklch(55% 0.3 240); - --color-primary-content: oklch(98% 0.01 240); - --color-secondary: oklch(70% 0.25 200); - --color-secondary-content: oklch(98% 0.01 200); - --color-accent: oklch(65% 0.25 160); - --color-accent-content: oklch(98% 0.01 160); - --color-neutral: oklch(50% 0.05 240); - --color-neutral-content: oklch(98% 0.01 240); - --color-info: oklch(70% 0.2 220); - --color-info-content: oklch(98% 0.01 220); - --color-success: oklch(65% 0.25 140); - --color-success-content: oklch(98% 0.01 140); - --color-warning: oklch(80% 0.25 80); - --color-warning-content: oklch(20% 0.05 80); - --color-error: oklch(65% 0.3 30); - --color-error-content: oklch(98% 0.01 30); + /* #FBFAFA — gris clair */ + --color-base-100: oklch(98% 0.003 0); + --color-base-200: oklch(94% 0.01 262); + --color-base-300: oklch(90% 0.02 262); + --color-base-content: oklch(20% 0.03 262); + /* #304998 — bleu Malio */ + --color-primary: oklch(37% 0.15 262); + --color-primary-content: oklch(98% 0.005 262); + /* #A5ACD0 — lavande */ + --color-secondary: oklch(75% 0.055 270); + --color-secondary-content: oklch(20% 0.03 270); + /* #ED8521 — orange */ + --color-accent: oklch(71% 0.17 58); + --color-accent-content: oklch(98% 0.005 58); + /* neutral dérivé du bleu Malio */ + --color-neutral: oklch(37% 0.08 262); + --color-neutral-content: oklch(98% 0.005 262); + --color-info: oklch(55% 0.12 262); + --color-info-content: oklch(98% 0.005 262); + --color-success: oklch(65% 0.2 145); + --color-success-content: oklch(98% 0.005 145); + --color-warning: oklch(78% 0.15 70); + --color-warning-content: oklch(20% 0.05 70); + --color-error: oklch(60% 0.25 25); + --color-error-content: oklch(98% 0.005 25); /* border radius */ --radius-selector: 1rem; @@ -114,7 +119,7 @@ /* Focus visible pour l'accessibilité */ *:focus-visible { - outline: 2px solid #3b82f6; + outline: 2px solid #304998; outline-offset: 2px; }