@@ -52,7 +52,7 @@ body[theme-mode='light'] {
5252
5353 --navbar-background : hsl (240 100% 98.4% );
5454 /* remove the background of the navbar to make it more transparent on macOS */
55- --navbar-background-mac : hsl (240 100% 98.4% / 0.4 );
55+ --navbar-background-mac : hsl (240 100% 98.4% / 0.2 );
5656}
5757
5858body [theme-mode = ' dark' ] {
@@ -136,15 +136,15 @@ body[theme-mode='dark'] [class^='ant'] {
136136
137137#inputbar ,
138138.system-prompt ,
139- [class ^= ' CardContent' ],
140- [class ^= ' ServerCard' ] {
139+ [class ^= ' CardContent' ] {
141140 background-color : var (--fill-1 );
142141}
143142
144143[theme-mode = ' light' ] #chat ,
145144[theme-mode = ' light' ] [class ^= ' SettingGroup' ],
146145[theme-mode = ' light' ] [class ^= ' MainContainer' ],
147- [theme-mode = ' light' ] [class ^= ' MainContent' ] {
146+ [theme-mode = ' light' ] [class ^= ' MainContent' ],
147+ [theme-mode = ' light' ] [class ^= ' AgentCardContainer' ] {
148148 background-color : var (--aero-background-2 );
149149}
150150
@@ -158,7 +158,8 @@ body[theme-mode='dark'] [class^='ant'] {
158158[theme-mode = ' dark' ] #chat ,
159159[theme-mode = ' dark' ] [class ^= ' SettingGroup' ],
160160[theme-mode = ' dark' ] [class ^= ' MainContainer' ],
161- [theme-mode = ' dark' ] [class ^= ' MainContent' ] {
161+ [theme-mode = ' dark' ] [class ^= ' MainContent' ],
162+ [theme-mode = ' dark' ] [class ^= ' AgentCardContainer' ] {
162163 background-color : var (--aero-background-1 );
163164}
164165
@@ -182,8 +183,8 @@ body[theme-mode='dark'] [class^='ant'] {
182183/* https://github.com/hakadao/CherryStudio-Aero/issues/18 */
183184[theme-mode = ' light' ] [class ^= ' GroupItem' ] {
184185 --color-white : #ffffff ;
185- --color-white-soft : rgba (255 , 255 , 255 , 0.8 );
186- --color-white-mute : rgba ( 255 , 255 , 255 , 0.94 ) ;
186+ --color-white-soft : rgba (0 , 0 , 0 , 0.04 );
187+ --color-white-mute : #eee ;
187188
188189 --color-background : var (--color-white );
189190 --color-background-soft : var (--color-white-soft );
0 commit comments