diff --git a/static/index.html b/static/index.html
index 1c6a592..034e69f 100644
--- a/static/index.html
+++ b/static/index.html
@@ -115,7 +115,7 @@
underline; both can overlap in different colors. Background/shadow
only, so the textarea text on top stays crisp and box metrics stay
identical (no horizontal padding!) */
- .seg { border-radius: 4px; }
+ .hseg { border-radius: 4px; }
.offbeat {
text-decoration: underline wavy color-mix(in srgb, var(--r6) 45%, transparent);
text-decoration-skip-ink: none;
@@ -508,7 +508,7 @@ function render(){
: `color-mix(in srgb, ${colorOf(p)} 55%, transparent)`;
}
if(ul) style += `box-shadow:inset 0 -2px 0 0 ${ul};`;
- h += `${text}`;
+ h += `${text}`;
}
}
const m = fresh && analysis.meter ? analysis.meter.find(x=>x.l===i) : null;