On ajoute une page pour visualiser les réponses aux invitations

This commit is contained in:
2023-12-12 15:23:40 +01:00
parent d670d26bd5
commit d9cd173a1e
3 changed files with 43 additions and 17 deletions

View File

@@ -26,33 +26,22 @@ figure {
.tableau ul:nth-child(even) {
background-color: #f47f7f;
background-color: #fff3f3;
}
.tableau ul:nth-child(odd) {
background-color: white;
}
.tableau figcaption {
font-weight: bold;
}
.tableau ul:nth-child(even) figcaption{
color: white;
}
.tableau ul:nth-child(odd) figcaption {
color: #f47f7f;
color: #ff8585;
}
.tableau ul:nth-child(even) {
color: white;
.tableau ul {
color: #ff8585;
}
.tableau ul:nth-child(odd) {
color: #f47f7f;
}
.tableau ul:first-child li {
font-weight: bold;
ul > li > a {
color: #ff8585;
}
img {