Improve virtual guitar UX

This commit is contained in:
2025-12-27 13:39:29 +01:00
parent 5a78d0ff04
commit 647a91c4b8
2 changed files with 31 additions and 11 deletions

View File

@@ -336,6 +336,16 @@ button {
transform: translateY(-2px);
}
.hint-button.active {
background-color: var(--color-primary);
color: white;
box-shadow: 0 4px 12px rgba(var(--hue-primary), 0.3);
}
.hint-button.active:hover {
background-color: var(--color-primary-dark);
}
.zen-button {
background-color: transparent;
border: 2px solid var(--color-text-muted);