From 56d4775fed8520514b1d69e9eea8827bc183e63b Mon Sep 17 00:00:00 2001 From: shy Date: Fri, 19 Apr 2024 19:35:46 +0800 Subject: [PATCH] add some --- core/chat/macos/desktop.css | 1 + 1 file changed, 1 insertion(+) diff --git a/core/chat/macos/desktop.css b/core/chat/macos/desktop.css index 922bbeaa..9cee1bfd 100644 --- a/core/chat/macos/desktop.css +++ b/core/chat/macos/desktop.css @@ -100,4 +100,5 @@ body:not(.mobile) fieldset.macos.desktop>div.output>div.desktop>fieldset>legend: body.mobile fieldset.macos.desktop>div.output>div.desktop>fieldset>legend { float:none; } body.windows fieldset.macos.desktop>div.output>div.desktop>fieldset div.item.button.window span { top:-2px; } body:not(.mobile) fieldset.macos.desktop>div.output>div.desktop>fieldset>div.action:not(.hide) { display:contents; } +body.white fieldset.macos.desktop>div.output>div.desktop>div.item>div.name { color:white; }