Add btn-new-game style to token bar

This commit is contained in:
otivm
2026-04-27 10:51:53 +00:00
parent d5accf9df1
commit efa71b29ca

View File

@@ -324,6 +324,10 @@
font-size: 0.68rem;
color: #6b5a3e;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
gap: 1rem;
}
.token-code {
@@ -401,3 +405,19 @@
align-items: flex-start;
justify-content: center;
}
/* New game button — inline in token bar */
.btn-new-game {
background: none;
border: none;
color: #9a8a6e;
font-size: 0.68rem;
cursor: pointer;
padding: 0;
text-decoration: underline;
text-underline-offset: 2px;
}
.btn-new-game:hover {
color: #6b5a3e;
}