UI Update

This commit is contained in:
0880
2026-01-18 19:05:38 +03:30
parent 4a998bca84
commit 4f6a45cbc7

View File

@@ -28,8 +28,32 @@
.center {
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
margin: 24px 0;
gap: 8px;
}
#stats {
font-family: 'Times New Roman', Times, serif;
font-weight: 100;
font-size: 32px;
color: #000;
}
#clock {
font-family: 'Times New Roman', Times, serif;
font-weight: 100;
font-size: 32px;
color: #000;
letter-spacing: 6px;
}
#turn {
border-top: 1px solid #68687aaa;
padding-top: 4px;
font-size: 14px;
color: #68687aaa;
}
.join-menu {