From c175f1c1b35f131beba7562ee5520c8559aad25f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=9E=E5=BA=90?= <109708109+CiiLu@users.noreply.github.com> Date: Wed, 4 Feb 2026 22:11:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=97=A5=E5=BF=97=E7=AA=97?= =?UTF-8?q?=E5=8F=A3=E6=97=A0=E6=97=A5=E5=BF=97=E8=A1=8C=E8=83=8C=E6=99=AF?= =?UTF-8?q?=20(#5422)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HMCL/src/main/resources/assets/css/root.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/HMCL/src/main/resources/assets/css/root.css b/HMCL/src/main/resources/assets/css/root.css index 48dfa7ed8..ff43d3320 100644 --- a/HMCL/src/main/resources/assets/css/root.css +++ b/HMCL/src/main/resources/assets/css/root.css @@ -1357,6 +1357,10 @@ -fx-background-color: -fixed-log-info; } +.log-window-list-cell { + -fx-background-color: -fixed-log-info; +} + .log-window-list-cell:debug { -fx-text-fill: -fixed-log-text-fill; -fx-background-color: -fixed-log-debug;