On ajoute une page pour visualiser les réponses aux invitations
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user