add gray out of used buttons

This commit is contained in:
2025-07-13 16:22:52 -04:00
parent b0024aec80
commit 15f74335c7
2 changed files with 28 additions and 0 deletions

View File

@@ -96,6 +96,13 @@ body {
margin: 20px;
}
#event-buttons button.activated {
background-color: #ccc; /* gray to indicate completed step */
color: #333;
border: 2px solid #888;
}
#event-buttons button {
padding: 15px 25px;
font-size: 20px;