Auto-commit for deploy to production - 2025-12-09 12:09:17

This commit is contained in:
2025-12-09 12:09:18 +01:00
parent dd41f0c6c0
commit 72726ba7af
3 changed files with 62 additions and 31 deletions
+6 -2
View File
@@ -176,12 +176,12 @@ input[type="number"] {
/* Ligne de semaine contenant au moins un jour de vacances scolaires */
.fc-row--school-holiday {
background-color: #fff5cc;
background-color: #fff8d5; /* jaune clair uniforme */
}
/* Jour individuel en vacances scolaires (cellule) */
.fc-day--school-holiday {
background-color: #ffe9a6;
background-color: #ffe9a6; /* un ton un peu plus marqué mais pas orange vif */
}
/* Tableau recap vacances scolaires */
@@ -202,3 +202,7 @@ input[type="number"] {
.fc-holidays-table th {
background-color: #f0f4f8;
}
.fc-row--school-holiday td:first-child {
background-color: #ffffff;
}