diff --git a/app/vision/page.tsx b/app/vision/page.tsx index ad93ff4..7086170 100644 --- a/app/vision/page.tsx +++ b/app/vision/page.tsx @@ -390,7 +390,7 @@ export default function VisionPage() { } .rdp-day_today:not(.rdp-day_selected):not(.hasMeeting) { color: #1d4ed8 !important; - background-color: white !important; + background-color: #DBEAFE !important; /* bleu très clair */ border-color: #3b82f6 !important; } .rdp-day_outside { @@ -443,6 +443,8 @@ export default function VisionPage() { }} /> + {/* Colonne invisible pour espacer calendrier et liste des réunions */} +