Füge Farbzuweisung für Finger hinzu und verbessere die Verwaltung der verwendeten Farben
All checks were successful
Deploy via FTP / deploy (push) Successful in 4s

This commit is contained in:
2026-02-22 14:55:07 +01:00
parent 7f5d505942
commit 70d4b0b00b
2 changed files with 26 additions and 3 deletions

View File

@@ -137,6 +137,16 @@ body::before {
letter-spacing: -0.5px;
}
/* ── Player colours (assigned in JS by join order) ── */
.finger.c1 { border-color: rgba(192,132,252,0.7); background: rgba(192,132,252,0.13); }
.finger.c2 { border-color: rgba(96,165,250,0.7); background: rgba(96,165,250,0.13); }
.finger.c3 { border-color: rgba(251,146,60,0.7); background: rgba(251,146,60,0.13); }
.finger.c4 { border-color: rgba(244,114,182,0.7); background: rgba(244,114,182,0.13); }
.finger.c5 { border-color: rgba(34,211,238,0.7); background: rgba(34,211,238,0.13); }
.finger.c6 { border-color: rgba(250,204,21,0.7); background: rgba(250,204,21,0.13); }
.finger.c7 { border-color: rgba(248,113,113,0.7); background: rgba(248,113,113,0.13); }
.finger.c8 { border-color: rgba(163,230,53,0.7); background: rgba(163,230,53,0.13); }
/* Highlight: amber glow */
.finger.highlight {
border-color: #f59e0b;