store name, anon has random suffix, color a hash of name

This commit is contained in:
evanpelle
2024-09-11 20:06:55 -07:00
parent 76634489aa
commit 8f56fea0cd
8 changed files with 72 additions and 28 deletions
+3 -2
View File
@@ -58,14 +58,15 @@ h3 {
}
#username {
width: 100%;
width: 60%;
padding: 15px;
font-size: 30px;
font-size: 40px;
text-align: center;
border: 2px solid #007bff;
border-radius: 5px;
background-color: rgba(255, 255, 255, 0.8);
margin: 30px auto;
display: block;
}
#lobbies-container {