lan-2022-10/src/PartyPage.css
2026-01-02 21:23:02 +01:00

13 lines
231 B
CSS

.root {
margin: auto;
}
.coming-yes button[data-coming="yes"]{
background-color: green;
}
.coming-maybe button[data-coming="maybe"]{
background-color: yellow;
}
.coming-no button[data-coming="no"]{
background-color: red;
}