From c773eddea4b5eecd5af6fb6ae35113f7f531d5cf Mon Sep 17 00:00:00 2001 From: roberts Date: Sat, 14 Mar 2026 22:02:47 -0500 Subject: [PATCH] Use mono font for update status to match panel style Co-Authored-By: Claude Opus 4.6 --- frontend/css/panel.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/css/panel.css b/frontend/css/panel.css index 7081453..87ea6d3 100644 --- a/frontend/css/panel.css +++ b/frontend/css/panel.css @@ -240,7 +240,7 @@ } .update-status-title { - font-family: var(--font-ui); + font-family: var(--font-mono); font-size: 12px; font-weight: 500; color: var(--text-primary);