From 8165d374a933ae56c66a53b014ebd4e395c5ecdd Mon Sep 17 00:00:00 2001 From: kovabait12 <126557691+kovabait12@users.noreply.github.com> Date: Thu, 27 Feb 2025 12:01:21 +0200 Subject: [PATCH 1/7] Update catppuccin.user.less --- styles/brave-search/catppuccin.user.less | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/styles/brave-search/catppuccin.user.less b/styles/brave-search/catppuccin.user.less index f128767301..7c948115cb 100644 --- a/styles/brave-search/catppuccin.user.less +++ b/styles/brave-search/catppuccin.user.less @@ -65,7 +65,11 @@ ::selection { background-color: fade(@accent, 30%); } - + .conversation-input-field.svelte-1cceli6.type--default { + background: @crust; + border: none; + color: @text; + } input, textarea { &::placeholder { From bf32b1ecb6f3c08fb75453af79d0ea64f1c47733 Mon Sep 17 00:00:00 2001 From: kovabait12 <126557691+kovabait12@users.noreply.github.com> Date: Thu, 27 Feb 2025 13:18:14 +0200 Subject: [PATCH 2/7] Update catppuccin.user.less --- styles/brave-search/catppuccin.user.less | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/styles/brave-search/catppuccin.user.less b/styles/brave-search/catppuccin.user.less index 7c948115cb..4af724215c 100644 --- a/styles/brave-search/catppuccin.user.less +++ b/styles/brave-search/catppuccin.user.less @@ -65,11 +65,7 @@ ::selection { background-color: fade(@accent, 30%); } - .conversation-input-field.svelte-1cceli6.type--default { - background: @crust; - border: none; - color: @text; - } + input, textarea { &::placeholder { @@ -212,6 +208,11 @@ content: url("data:image/svg+xml,@{svg}"); height: 48px; } + .conversation-input-field.svelte-1cceli6.type--default { + background: @crust; + border: none; + color: @text; + } } } } From 37ede2cce1658436aca932a0589b39a64ac40a5c Mon Sep 17 00:00:00 2001 From: kovabait12 <126557691+kovabait12@users.noreply.github.com> Date: Thu, 27 Feb 2025 13:21:57 +0200 Subject: [PATCH 3/7] Update catppuccin.user.less --- styles/brave-search/catppuccin.user.less | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/styles/brave-search/catppuccin.user.less b/styles/brave-search/catppuccin.user.less index 4af724215c..3e41f805fb 100644 --- a/styles/brave-search/catppuccin.user.less +++ b/styles/brave-search/catppuccin.user.less @@ -141,7 +141,11 @@ #searchbox::placeholder { color: @subtext0; } - + .conversation-input-field.svelte-1cceli6.type--default { + background: @crust; + border: none; + color: @text; + } .button.type--filled.theme--default { color: @base; @@ -208,11 +212,6 @@ content: url("data:image/svg+xml,@{svg}"); height: 48px; } - .conversation-input-field.svelte-1cceli6.type--default { - background: @crust; - border: none; - color: @text; - } } } } From f79b4d5c424c6daacd4a39badc77a2d413863e1a Mon Sep 17 00:00:00 2001 From: ndsboy <12872019+ndsboy@users.noreply.github.com> Date: Fri, 28 Feb 2025 12:14:40 +0100 Subject: [PATCH 4/7] fix: improve selector - remove svelte selector as this seems generated - increase version --- styles/brave-search/catppuccin.user.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles/brave-search/catppuccin.user.less b/styles/brave-search/catppuccin.user.less index 3e41f805fb..0c9357b8ce 100644 --- a/styles/brave-search/catppuccin.user.less +++ b/styles/brave-search/catppuccin.user.less @@ -2,7 +2,7 @@ @name Brave Search Catppuccin @namespace github.com/catppuccin/userstyles/styles/brave-search @homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/brave-search -@version 2025.02.01 +@version 2025.02.28 @updateURL https://github.com/catppuccin/userstyles/raw/main/styles/brave-search/catppuccin.user.less @supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Abrave-search @description Soothing pastel theme for Brave Search @@ -141,7 +141,7 @@ #searchbox::placeholder { color: @subtext0; } - .conversation-input-field.svelte-1cceli6.type--default { + .conversation-input-field.type--default { background: @crust; border: none; color: @text; From dacf61092203c4a3e00226b520f5415da6bc7fa4 Mon Sep 17 00:00:00 2001 From: ndsboy <12872019+ndsboy@users.noreply.github.com> Date: Fri, 28 Feb 2025 12:15:33 +0100 Subject: [PATCH 5/7] chore: formatting --- styles/brave-search/catppuccin.user.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/styles/brave-search/catppuccin.user.less b/styles/brave-search/catppuccin.user.less index 0c9357b8ce..df891171d1 100644 --- a/styles/brave-search/catppuccin.user.less +++ b/styles/brave-search/catppuccin.user.less @@ -142,9 +142,9 @@ color: @subtext0; } .conversation-input-field.type--default { - background: @crust; - border: none; - color: @text; + background: @crust; + border: none; + color: @text; } .button.type--filled.theme--default { color: @base; From 7a8568717920a5bb78e2e2473fadd772a4f2cfa1 Mon Sep 17 00:00:00 2001 From: ndsboy <12872019+ndsboy@users.noreply.github.com> Date: Fri, 28 Feb 2025 12:20:28 +0100 Subject: [PATCH 6/7] fix: color border instead of removing it --- styles/brave-search/catppuccin.user.less | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/styles/brave-search/catppuccin.user.less b/styles/brave-search/catppuccin.user.less index df891171d1..6c71296690 100644 --- a/styles/brave-search/catppuccin.user.less +++ b/styles/brave-search/catppuccin.user.less @@ -141,11 +141,6 @@ #searchbox::placeholder { color: @subtext0; } - .conversation-input-field.type--default { - background: @crust; - border: none; - color: @text; - } .button.type--filled.theme--default { color: @base; @@ -164,6 +159,11 @@ .tab-item.active ::after { background: @accent !important; } + .conversation-input-field.type--default { + background: @crust; + border-color: @crust; + color: @text; + } .logo-img { @svg: escape( From 041b9368c1d87c48a9f7e2f6f30cb22585c57e57 Mon Sep 17 00:00:00 2001 From: ndsboy <12872019+ndsboy@users.noreply.github.com> Date: Fri, 28 Feb 2025 12:45:25 +0100 Subject: [PATCH 7/7] fix: don't update version --- styles/brave-search/catppuccin.user.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/brave-search/catppuccin.user.less b/styles/brave-search/catppuccin.user.less index 6c71296690..4d40b0ccac 100644 --- a/styles/brave-search/catppuccin.user.less +++ b/styles/brave-search/catppuccin.user.less @@ -2,7 +2,7 @@ @name Brave Search Catppuccin @namespace github.com/catppuccin/userstyles/styles/brave-search @homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/brave-search -@version 2025.02.28 +@version 2025.02.01 @updateURL https://github.com/catppuccin/userstyles/raw/main/styles/brave-search/catppuccin.user.less @supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Abrave-search @description Soothing pastel theme for Brave Search