This commit is contained in:
2026-02-27 11:18:25 +00:00
parent 16c95fa408
commit 0699f631dd
2 changed files with 6 additions and 1 deletions

View File

@@ -1398,3 +1398,8 @@ select[class*="selectpicker"],
from { opacity: 0; transform: translateY(5px); }
to { opacity: 1; transform: translateY(0); }
}
#titre-page{
color: var(--color-primary);
letter-spacing: -0.5px;
}