feat: new chord editor prototype

This commit is contained in:
2025-12-17 17:34:32 +01:00
parent fe42dcd2ab
commit 1aff1703ac
24 changed files with 1242 additions and 377 deletions

View File

@@ -3,9 +3,14 @@ kbd {
justify-content: center;
align-items: center;
margin-block: 6px;
border: 1px solid currentcolor;
border-radius: 4px;
//border: 1px solid currentcolor;
background: color-mix(
in srgb,
var(--md-sys-color-surface-variant) 50%,
transparent
);
padding: 4px;
height: 20px;