+
diff --git a/cmd/web-ui/static/style.css b/cmd/web-ui/static/style.css
index 5d6f0a4..fde4d06 100644
--- a/cmd/web-ui/static/style.css
+++ b/cmd/web-ui/static/style.css
@@ -795,8 +795,9 @@ tr.expandable:hover .expand-icon::before {
.timeline-event-time {
font-family: var(--font-mono);
- font-size: 0.68rem;
+ font-size: 0.65rem;
color: var(--text-dim);
+ opacity: 0.6;
margin-left: auto;
}
@@ -874,6 +875,7 @@ tr.expandable:hover .expand-icon::before {
.stat-card {
background: var(--surface);
border: 1px solid var(--border);
+ border-top: 2px solid var(--card-accent, var(--border));
border-radius: var(--radius-lg);
padding: 1rem;
}