From 8f7a0de8cce5ccb4bbb399172c36498c9c524aeb Mon Sep 17 00:00:00 2001 From: Ashish Kumar Date: Wed, 15 Jan 2025 19:25:13 +0530 Subject: [PATCH] fix: search bar bg and header icons --- styles/gmail/catppuccin.user.less | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/styles/gmail/catppuccin.user.less b/styles/gmail/catppuccin.user.less index 3f06997c24..982a7cc7fb 100644 --- a/styles/gmail/catppuccin.user.less +++ b/styles/gmail/catppuccin.user.less @@ -152,7 +152,7 @@ background-color: @mantle; } /* Header icons */ - .gb_Lc svg, + .gb_Kc svg, .gb_Pc.gb_Uc svg, .gb_Lc .gb_rd .gb_sd, .gb_Lc .gb_rd .gb_Kc, @@ -161,10 +161,13 @@ color: @text; } /* Search mail input */ - .gb_Lc .gb_hd { - background-color: @crust; + .gb_Kc .gb_hd { + background-color: @surface1; .gb_je, + .gb_qe, + .gsan_a, + .gsas_a, svg { color: @text; }