From 21f47cf48d7c7244cb86cabde210f93d0ea9af59 Mon Sep 17 00:00:00 2001 From: vorotamoroz Date: Fri, 19 Jun 2026 06:12:49 +0100 Subject: [PATCH] update some style --- src/apps/webapp/webapp.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/webapp/webapp.css b/src/apps/webapp/webapp.css index 4608c02..0e3999b 100644 --- a/src/apps/webapp/webapp.css +++ b/src/apps/webapp/webapp.css @@ -254,7 +254,7 @@ body.livesync-log-visible { flex: 1; overflow: auto; padding: 8px 12px; - font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace; + font-family: "SFMono-Regular", Menlo, Consolas, "Liberation Mono", monospace; font-size: 12px; line-height: 1.4; color: #e2e8f0;