feat(client_web): show a '?' when a die is not yet rolled

This commit is contained in:
Henri Bourcereau 2026-04-18 16:10:09 +02:00
parent 24f5dba065
commit 6995f9c888
2 changed files with 14 additions and 2 deletions

View file

@ -520,6 +520,9 @@ body {
.die-face.die-used rect { fill: #d4d0c4; stroke: #9a8a70; }
.die-face.die-used circle { fill: #9a8a70; }
.die-face .die-question { fill: #1a0a00; font-family: sans-serif; }
.die-face.die-used .die-question { fill: #9a8a70; }
/* ── Jan panel ──────────────────────────────────────────────────────── */
.jan-panel {
display: flex;