@@ -175,7 +175,10 @@ body[theme-mode='dark'] [class^='ant'] {
175175[theme-mode = ' light' ] #root [style *= ' background: var(--color-white)' ],
176176/* https://github.com/hakadao/CherryStudio-Aero/issues/14 */
177177/* selection assitant panel */
178- [theme-mode = ' light' ] [class ^= ' WindowFrame' ] {
178+ [theme-mode = ' light' ] [class ^= ' WindowFrame' ],
179+ /* https://github.com/hakadao/CherryStudio-Aero/issues/13#issuecomment-3105519544 */
180+ /* Tooltip background is too transparent */
181+ [theme-mode = ' light' ] .ant-tooltip-inner {
179182 --color-white : #ffffff ;
180183 --color-white-soft : rgba (255 , 255 , 255 , 0.8 );
181184 --color-white-mute : rgba (255 , 255 , 255 , 0.94 );
@@ -189,7 +192,10 @@ body[theme-mode='dark'] [class^='ant'] {
189192[theme-mode = ' dark' ] [class ^= ' ant-modal' ],
190193/* https://github.com/hakadao/CherryStudio-Aero/issues/14 */
191194/* selection assitant panel */
192- [theme-mode = ' dark' ] [class ^= ' WindowFrame' ] {
195+ [theme-mode = ' dark' ] [class ^= ' WindowFrame' ],
196+ /* https://github.com/hakadao/CherryStudio-Aero/issues/13#issuecomment-3105519544 */
197+ /* Tooltip background is too transparent */
198+ [theme-mode = ' dark' ] .ant-tooltip-inner {
193199 --color-black : #181818 ;
194200 --color-black-soft : #222222 ;
195201 --color-black-mute : #333333 ;
@@ -234,15 +240,12 @@ body[theme-mode='dark'][os='windows'] {
234240.ant-drawer-content [style *= ' background-color: var(--color-background)' ],
235241/* https://github.com/hakadao/CherryStudio-Aero/issues/12 */
236242/* Search bar background is too transparent */
237- [class ^= ' SearchBarContainer' ],
238- /* https://github.com/hakadao/CherryStudio-Aero/issues/13#issuecomment-3105519544 */
239- /* Tooltip background is too transparent */
240- .ant-tooltip-inner {
243+ [class ^= ' SearchBarContainer' ] {
241244 background : var (--aero-background-solid ) !important ;
242245}
243246
244247/* https://github.com/hakadao/CherryStudio-Aero/issues/15 */
245248.markdown [class ^= ' Container' ] [class ^= ' Header' ]+ [class ^= ' Content' ] {
246249 background : transparent ;
247250}
248- ```
251+ ```
0 commit comments