Add files via upload

This commit is contained in:
Rodrigo Emanuel
2025-05-06 20:32:33 -03:00
committed by GitHub
parent 4db1f94f91
commit 43ac28bb47
12 changed files with 120 additions and 33 deletions

View File

@@ -422,3 +422,13 @@ footer a {
justify-content: flex-end;
gap: 1em;
}
#memberemotesbstatus.online i {
color: #00dd63;
text-shadow: 0 0 5px #00dd63;
}
#memberemotesbstatus.offline i {
color: #ff0000;
text-shadow: 0 0 5px #ff0000;
}