UI immer aus Laras Perspektive: Lara unten, Brett-Orientierung dynamisch, Züge in Gold

This commit is contained in:
2026-05-24 14:41:08 +02:00
parent 84973c002c
commit 15b6f31f62
2 changed files with 136 additions and 66 deletions

View File

@@ -213,6 +213,15 @@ header h1 {
color: #fff;
}
#moves-list .lara-move {
color: #ffd700;
font-weight: bold;
}
#moves-list .opp-move {
color: #aaa;
}
#all-games-list {
display: flex;
flex-direction: column;