feat: stat card top accents, timeline time hierarchy

This commit is contained in:
William Valentin
2026-03-14 12:14:15 -07:00
parent 5dbfd68fb5
commit acd89e95a9
2 changed files with 6 additions and 4 deletions
+3 -1
View File
@@ -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;
}