mirror of
https://github.com/tjsga/scavenger-hunt-2022.git
synced 2025-04-16 01:40:16 -04:00
11 lines
145 B
CSS
11 lines
145 B
CSS
.available {
|
|
background-color: lightgray;
|
|
}
|
|
|
|
.completed {
|
|
background-color: lightgreen;
|
|
}
|
|
|
|
.locked {
|
|
background-color: lightsalmon;
|
|
} |