From 41895e97e16d17ee235c72d526ca7cdc8b6635a6 Mon Sep 17 00:00:00 2001 From: neveler <55753029+neveler@users.noreply.github.com> Date: Sat, 20 Dec 2025 15:32:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20subtitle=20=E9=A2=9C?= =?UTF-8?q?=E8=89=B2=E4=B8=A2=E5=A4=B1=E7=9A=84=E9=97=AE=E9=A2=98=20(#5018?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix #5017 --- 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 a314be045..1e6937c56 100644 --- a/HMCL/src/main/resources/assets/css/root.css +++ b/HMCL/src/main/resources/assets/css/root.css @@ -1009,6 +1009,10 @@ -fx-text-fill: -monet-on-surface; } +.options-list-item .label.subtitle { + -fx-text-fill: -monet-on-surface-variant; +} + .options-list-item.no-padding { -fx-padding: 0; }