mirror of
https://github.com/tjsga/scavenger-hunt-2021.git
synced 2025-04-09 22:10:18 -04:00
11 lines
145 B
CSS
11 lines
145 B
CSS
.available {
|
|
background-color: lightgray;
|
|
}
|
|
|
|
.completed {
|
|
background-color: lightgreen;
|
|
}
|
|
|
|
.locked {
|
|
background-color: lightsalmon;
|
|
} |