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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user