feat: add back button to playground and fix dice icon color

- Add back button to game-controls (shown only in playground mode)
- Replace dice img with inline SVG using currentColor for consistent styling
- Add SVG sizing rule to .btn-icon
- Add "back" translation to all 6 languages

🤖 Generated with [Claude Code](https://claude.com/claude-code)
This commit is contained in:
2026-01-16 14:55:11 +01:00
parent 7ecc115c55
commit fb5fbe4107
5 changed files with 71 additions and 9 deletions

View File

@@ -1260,7 +1260,8 @@ button.lesson-list-item {
border-color: var(--section-color, var(--primary-color));
}
.btn-icon img {
.btn-icon img,
.btn-icon svg {
width: 1rem;
height: 1rem;
margin: 0;
@@ -1653,6 +1654,7 @@ input:checked + .toggle-slider::before {
font-size: 0.875rem;
color: var(--primary-color);
text-decoration: none;
cursor: pointer;
}
.auth-links .btn-text:hover {