diff --git a/html/piano.ejs b/html/piano.ejs
index f063c37d..5fbe6bd6 100644
--- a/html/piano.ejs
+++ b/html/piano.ejs
@@ -40,7 +40,7 @@
--muted: #9aa4b2;
--border: #2a2e36;
--border-soft: #22252c;
- --accent: #6f8cff; /* single accent, no gradients */
+ --accent: #6f8cff;
--accent-strong: #4772ff;
--danger: #ff5577;
@@ -148,6 +148,7 @@
gap: 8px;
align-items: center;
min-width: 0;
+ margin-top: 6px;
}
.pair > label { color: var(--muted); font-size: 12px; white-space: nowrap; }
@@ -395,12 +396,10 @@