feat: added live updates for checking in

This commit is contained in:
Andrew Rioux
2025-02-22 20:30:32 -05:00
parent f284cf47eb
commit e103fa9f28
6 changed files with 62 additions and 16 deletions

View File

@@ -66,7 +66,11 @@ aside.beacons {
color: yellow;
}
.beacon-instance-id {
.beacon-instance-id a {
text-decoration: none;
&:hover {
text-decoration: underline;
}
}
}