From 767ea463133ef89a9d46c75c6d663317b843648e Mon Sep 17 00:00:00 2001
From: No0ne <145666753+No0ne003@users.noreply.github.com>
Date: Thu, 16 Jan 2025 17:46:10 +0100
Subject: [PATCH 01/76] fix(pinterest): adding messing
--color-background-box-info-weak variable
---
styles/pinterest/catppuccin.user.less | 1 +
1 file changed, 1 insertion(+)
diff --git a/styles/pinterest/catppuccin.user.less b/styles/pinterest/catppuccin.user.less
index 792d52b642..304cd0ece5 100644
--- a/styles/pinterest/catppuccin.user.less
+++ b/styles/pinterest/catppuccin.user.less
@@ -99,6 +99,7 @@
--color-background-box-selected: @accent;
--color-background-box-primary: @accent;
--color-background-box-secondary: @surface1;
+ --color-background-box-info-weak: fade(@blue, 20%);
--color-background-overlay: @surface0;
--color-background-popover-primary: @mantle;
--color-background-popover-secondary: @overlay2;
From a3a82463729d1db2f3ae0b83aa4d7ac03d7cb60a Mon Sep 17 00:00:00 2001
From: No0ne <145666753+No0ne003@users.noreply.github.com>
Date: Thu, 16 Jan 2025 17:50:17 +0100
Subject: [PATCH 02/76] fix(pinterest): messing --color-text-formfield-default
variable
---
styles/pinterest/catppuccin.user.less | 1 +
1 file changed, 1 insertion(+)
diff --git a/styles/pinterest/catppuccin.user.less b/styles/pinterest/catppuccin.user.less
index 304cd0ece5..a0bbcb83a6 100644
--- a/styles/pinterest/catppuccin.user.less
+++ b/styles/pinterest/catppuccin.user.less
@@ -77,6 +77,7 @@
--color-text-error: @accent;
--color-text-shopping: @accent;
--color-text-link: @accent;
+ --color-text-formfield-default: @text;
--color-text-icon-light: if((@flavor = latte), @mantle, @subtext1);
--color-text-icon-dark: if((@flavor = latte), @subtext1, @mantle);
From dc23b1b1ea1f7b50de066628aff0cc88011d1d20 Mon Sep 17 00:00:00 2001
From: No0ne <145666753+No0ne003@users.noreply.github.com>
Date: Thu, 16 Jan 2025 18:03:25 +0100
Subject: [PATCH 03/76] fix(pinterest): --color-background-tabs base and hover
variables
---
styles/pinterest/catppuccin.user.less | 2 ++
1 file changed, 2 insertions(+)
diff --git a/styles/pinterest/catppuccin.user.less b/styles/pinterest/catppuccin.user.less
index a0bbcb83a6..18a2c1082c 100644
--- a/styles/pinterest/catppuccin.user.less
+++ b/styles/pinterest/catppuccin.user.less
@@ -113,6 +113,8 @@
--color-background-button-disabled-default: darken(@mantle, 2%);
--color-background-formfield-primary: @surface0;
--color-background-avatar-placeholder: @mantle;
+ --color-background-tabs-default-base: @base;
+ --color-background-tabs-default-hover: @surface1;
--color-border-container: @surface1;
--color-border-default: @mantle;
--color-border-popover-primary: @surface0;
From f1ab2a66b0966435eda22deee8b1fda5a9161486 Mon Sep 17 00:00:00 2001
From: No0ne <145666753+No0ne003@users.noreply.github.com>
Date: Thu, 16 Jan 2025 18:06:25 +0100
Subject: [PATCH 04/76] fix(pinterest): remove the @text style for pin hover
icons
---
styles/pinterest/catppuccin.user.less | 5 -----
1 file changed, 5 deletions(-)
diff --git a/styles/pinterest/catppuccin.user.less b/styles/pinterest/catppuccin.user.less
index 18a2c1082c..84bfec4f7e 100644
--- a/styles/pinterest/catppuccin.user.less
+++ b/styles/pinterest/catppuccin.user.less
@@ -242,11 +242,6 @@
}
}
- // Pin hover icons (and other icons)
- .Uvi.gUZ.U9O.kVc {
- color: @text;
- }
-
/* Header & Search */
div[data-test-id="header-Header"] div.P_h span.xnr {
From 2ba8940735bd8714258cad2b5b5697236f98b739 Mon Sep 17 00:00:00 2001
From: No0ne <145666753+No0ne003@users.noreply.github.com>
Date: Thu, 16 Jan 2025 18:11:11 +0100
Subject: [PATCH 05/76] fix(pinterest): change --color-background-box-light
from @mantle to @base
---
styles/pinterest/catppuccin.user.less | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/styles/pinterest/catppuccin.user.less b/styles/pinterest/catppuccin.user.less
index 84bfec4f7e..317f581ee4 100644
--- a/styles/pinterest/catppuccin.user.less
+++ b/styles/pinterest/catppuccin.user.less
@@ -105,7 +105,7 @@
--color-background-popover-primary: @mantle;
--color-background-popover-secondary: @overlay2;
--color-background-tag-primary-hover: @surface2;
- --color-background-box-light: @mantle;
+ --color-background-box-light: @base;
--color-background-button-secondary-default: @surface0;
--color-background-button-secondary-hover: @surface1;
--color-background-button-secondary-active: @surface2;
From ff7d5b3bfcf016755d7d2a8893dfb1c91677c397 Mon Sep 17 00:00:00 2001
From: No0ne <145666753+No0ne003@users.noreply.github.com>
Date: Thu, 16 Jan 2025 19:10:40 +0100
Subject: [PATCH 06/76] fix(pinterest): Pins icon bg color doesn't match icons
color
---
styles/pinterest/catppuccin.user.less | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/styles/pinterest/catppuccin.user.less b/styles/pinterest/catppuccin.user.less
index 317f581ee4..37596ae219 100644
--- a/styles/pinterest/catppuccin.user.less
+++ b/styles/pinterest/catppuccin.user.less
@@ -315,6 +315,15 @@
/* Pins */
+ // pin icons
+ .SPw._O1.KS5.mQ8.K1k.U7n {
+ background-color: @base;
+ }
+ // hover pin icons
+ .SPw._O1.KS5.mQ8.K1k.U7n.jEe {
+ background-color: @surface0;
+ }
+
// board name to save to
// preview / dropdown
[data-test-id="PinBetterSaveDropdown"],
From 52989897ed76677e8804c86491a8ebb65c18abd4 Mon Sep 17 00:00:00 2001
From: No0ne <145666753+No0ne003@users.noreply.github.com>
Date: Fri, 17 Jan 2025 14:30:51 +0100
Subject: [PATCH 07/76] refactor: update version
---
styles/pinterest/catppuccin.user.less | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/styles/pinterest/catppuccin.user.less b/styles/pinterest/catppuccin.user.less
index 37596ae219..a4e538a336 100644
--- a/styles/pinterest/catppuccin.user.less
+++ b/styles/pinterest/catppuccin.user.less
@@ -2,7 +2,7 @@
@name Pinterest Catppuccin
@namespace github.com/catppuccin/userstyles/styles/pinterest
@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/pinterest
-@version 2024.12.31
+@version 2025.01.16
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/pinterest/catppuccin.user.less
@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Apinterest
@description Soothing pastel theme for Pinterest
From 2f49f253abaca1601e6d4ed0ddff67f86f17b5bb Mon Sep 17 00:00:00 2001
From: No0ne <145666753+No0ne003@users.noreply.github.com>
Date: Fri, 17 Jan 2025 15:15:21 +0100
Subject: [PATCH 08/76] fix(pinterest): adding messing switch variables
---
styles/pinterest/catppuccin.user.less | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/styles/pinterest/catppuccin.user.less b/styles/pinterest/catppuccin.user.less
index a4e538a336..41519f12a6 100644
--- a/styles/pinterest/catppuccin.user.less
+++ b/styles/pinterest/catppuccin.user.less
@@ -115,11 +115,23 @@
--color-background-avatar-placeholder: @mantle;
--color-background-tabs-default-base: @base;
--color-background-tabs-default-hover: @surface1;
+ --color-background-switch-default-selected: @accent;
+ --color-background-switch-default-unselected: @base;
+ --color-background-switch-hover-selected: @accent;
+ --color-background-switch-hover-unselected: @surface0;
+ --color-background-switch-pressed-selected: fade(@accent, 50%);
+ --color-background-switch-pressed-unselected: fade(@accent, 50%);
--color-border-container: @surface1;
--color-border-default: @mantle;
--color-border-popover-primary: @surface0;
--color-border-popover-secondary: @text;
--color-border-focus: fade(@blue, 50%);
+ --color-border-switch-default-selected: @surface2;
+ --color-border-switch-default-unselected: @surface2;
+ --color-border-switch-focus-inner: @surface2;
+ --color-border-switch-focus-outer: @surface2;
+ --color-border-switch-hover-unselected: @surface2;
+ --color-border-switch-pressed-unselected: @surface2;
--color-text-success: @green;
--color-text-warning: @yellow;
--color-icon-success: @green;
From 16b541681b0315958817d7802a97b7713dbaf8aa Mon Sep 17 00:00:00 2001
From: No0ne <145666753+No0ne003@users.noreply.github.com>
Date: Fri, 17 Jan 2025 15:24:32 +0100
Subject: [PATCH 09/76] fix(pinterest): adding messing checkbox variables
---
styles/pinterest/catppuccin.user.less | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/styles/pinterest/catppuccin.user.less b/styles/pinterest/catppuccin.user.less
index 41519f12a6..33a79debb6 100644
--- a/styles/pinterest/catppuccin.user.less
+++ b/styles/pinterest/catppuccin.user.less
@@ -121,6 +121,11 @@
--color-background-switch-hover-unselected: @surface0;
--color-background-switch-pressed-selected: fade(@accent, 50%);
--color-background-switch-pressed-unselected: fade(@accent, 50%);
+ --color-background-checkbox-disabled: darken(@mantle, 2%);
+ --color-background-checkbox-checked-default: @accent;
+ --color-background-checkbox-checked-error: @red;
+ --color-background-checkbox-unchecked-default: @base;
+ --color-background-checkbox-unchecked-error: @red;
--color-border-container: @surface1;
--color-border-default: @mantle;
--color-border-popover-primary: @surface0;
@@ -132,6 +137,13 @@
--color-border-switch-focus-outer: @surface2;
--color-border-switch-hover-unselected: @surface2;
--color-border-switch-pressed-unselected: @surface2;
+ --color-border-checkbox-checked-default: @accent;
+ --color-border-checkbox-checked-error: @red;
+ --color-border-checkbox-disabled: darken(@mantle, 2%);
+ --color-border-checkbox-unchecked-default: @surface1;
+ --color-border-checkbox-unchecked-error: @red;
+ --color-border-checkbox-unchecked-hover: @surface2;
+ --color-border-checkbox-unchecked-pressed: fade(@accent, 50%);
--color-text-success: @green;
--color-text-warning: @yellow;
--color-icon-success: @green;
From aea5778136f8bc12deae30af9c9b771088e34f33 Mon Sep 17 00:00:00 2001
From: No0ne <145666753+No0ne003@users.noreply.github.com>
Date: Fri, 17 Jan 2025 15:36:21 +0100
Subject: [PATCH 10/76] fix(pinterest): adding messing button-white variables
---
styles/pinterest/catppuccin.user.less | 2 ++
1 file changed, 2 insertions(+)
diff --git a/styles/pinterest/catppuccin.user.less b/styles/pinterest/catppuccin.user.less
index 33a79debb6..94ac1be2d5 100644
--- a/styles/pinterest/catppuccin.user.less
+++ b/styles/pinterest/catppuccin.user.less
@@ -164,6 +164,8 @@
darken(@accent, 30%),
30%
);
+ --color-background-button-white-default: @base;
+ --color-background-button-white-hover: @surface0;
--color-background-badge-warning: @yellow;
--color-background-badge-success: @green;
--color-background-education: @blue;
From 12ac75ddc3fb10589c10085cab5d8c1bf2a577a6 Mon Sep 17 00:00:00 2001
From: No0ne <145666753+No0ne003@users.noreply.github.com>
Date: Fri, 17 Jan 2025 16:17:44 +0100
Subject: [PATCH 11/76] fix(pinterest): revert version number update
---
styles/pinterest/catppuccin.user.less | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/styles/pinterest/catppuccin.user.less b/styles/pinterest/catppuccin.user.less
index 94ac1be2d5..0b9f755e01 100644
--- a/styles/pinterest/catppuccin.user.less
+++ b/styles/pinterest/catppuccin.user.less
@@ -2,7 +2,7 @@
@name Pinterest Catppuccin
@namespace github.com/catppuccin/userstyles/styles/pinterest
@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/pinterest
-@version 2025.01.16
+@version 2024.12.31
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/pinterest/catppuccin.user.less
@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Apinterest
@description Soothing pastel theme for Pinterest
From 969da30e598337842bf82e28a9f2940a7572393b Mon Sep 17 00:00:00 2001
From: No0ne <145666753+No0ne003@users.noreply.github.com>
Date: Fri, 17 Jan 2025 17:29:35 +0100
Subject: [PATCH 12/76] fix(pinterest): color-text-icon-(light/dark) fix
light color icon begin white in latte theme
---
styles/pinterest/catppuccin.user.less | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/styles/pinterest/catppuccin.user.less b/styles/pinterest/catppuccin.user.less
index 0b9f755e01..01b2d6e8ea 100644
--- a/styles/pinterest/catppuccin.user.less
+++ b/styles/pinterest/catppuccin.user.less
@@ -79,8 +79,8 @@
--color-text-link: @accent;
--color-text-formfield-default: @text;
- --color-text-icon-light: if((@flavor = latte), @mantle, @subtext1);
- --color-text-icon-dark: if((@flavor = latte), @subtext1, @mantle);
+ --color-text-icon-light: @subtext1;
+ --color-text-icon-dark: @mantle;
--color-text-icon-default: @subtext0;
--color-icon-subtle: @subtext1;
--color-text-icon-inverse: @mantle;
From 0c9cb02f571121fb448347da298c713d0a92af89 Mon Sep 17 00:00:00 2001
From: No0ne <145666753+No0ne003@users.noreply.github.com>
Date: Fri, 17 Jan 2025 22:24:57 +0100
Subject: [PATCH 13/76] fix(pinterest): pins comments input right text color
---
styles/pinterest/catppuccin.user.less | 3 +++
1 file changed, 3 insertions(+)
diff --git a/styles/pinterest/catppuccin.user.less b/styles/pinterest/catppuccin.user.less
index 01b2d6e8ea..a3ea2c315a 100644
--- a/styles/pinterest/catppuccin.user.less
+++ b/styles/pinterest/catppuccin.user.less
@@ -485,6 +485,9 @@
}
// comment bar
+ div[data-test-id='comment-editor-container'] {
+ color: @text !important;
+ }
div[data-test-id="inline-comment-composer-container"] {
border-color: @mantle !important;
background: @mantle !important;
From d26b38d31842f210e2939c67e960797508737696 Mon Sep 17 00:00:00 2001
From: No0ne <145666753+No0ne003@users.noreply.github.com>
Date: Fri, 17 Jan 2025 22:36:59 +0100
Subject: [PATCH 14/76] fix(pinterest): drag-behavior-container color fix
---
styles/pinterest/catppuccin.user.less | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/styles/pinterest/catppuccin.user.less b/styles/pinterest/catppuccin.user.less
index a3ea2c315a..c2db001539 100644
--- a/styles/pinterest/catppuccin.user.less
+++ b/styles/pinterest/catppuccin.user.less
@@ -710,6 +710,14 @@
}
}
+ div[data-test-id="drag-behavior-container"] {
+ background-color: @surface1 !important;
+ }
+
+ div[data-test-id="drag-behavior-container"] div div {
+ border-color: @surface2 !important;
+ }
+
div[data-test-id="drag-behavior-container"] svg {
color: @subtext1;
}
From 28e6ce06683871af1af9eb300db2503c70c6158b Mon Sep 17 00:00:00 2001
From: No0ne <145666753+No0ne003@users.noreply.github.com>
Date: Fri, 17 Jan 2025 22:53:50 +0100
Subject: [PATCH 15/76] fix(pinterest): fix color-text-(light/dark) & drop down
menu
---
styles/pinterest/catppuccin.user.less | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/styles/pinterest/catppuccin.user.less b/styles/pinterest/catppuccin.user.less
index c2db001539..424c387203 100644
--- a/styles/pinterest/catppuccin.user.less
+++ b/styles/pinterest/catppuccin.user.less
@@ -69,8 +69,8 @@
}
}
- --color-text-light: if((@flavor = latte), @mantle, @text);
- --color-text-dark: if((@flavor = latte), @text, @mantle);
+ --color-text-light: @mantle;
+ --color-text-dark: @text;
--color-text-default: @text;
--color-text-inverse: @mantle;
--color-text-subtle: @subtext0;
@@ -102,7 +102,7 @@
--color-background-box-secondary: @surface1;
--color-background-box-info-weak: fade(@blue, 20%);
--color-background-overlay: @surface0;
- --color-background-popover-primary: @mantle;
+ --color-background-popover-primary: @base;
--color-background-popover-secondary: @overlay2;
--color-background-tag-primary-hover: @surface2;
--color-background-box-light: @base;
@@ -458,7 +458,7 @@
}
// buttons when hovered
.TzN {
- background-color: @surface2 !important;
+ background-color: @surface0 !important;
}
// pin notes
textarea[id="PinNoteField"] {
From 75d78f03e0eff7d2fb76e0983f9d0522ed0b4a85 Mon Sep 17 00:00:00 2001
From: No0ne <145666753+No0ne003@users.noreply.github.com>
Date: Fri, 17 Jan 2025 23:02:05 +0100
Subject: [PATCH 16/76] fix(pinterest): add
`--color-background-button-selected-default` variable
---
styles/pinterest/catppuccin.user.less | 1 +
1 file changed, 1 insertion(+)
diff --git a/styles/pinterest/catppuccin.user.less b/styles/pinterest/catppuccin.user.less
index 424c387203..91eee6fc2e 100644
--- a/styles/pinterest/catppuccin.user.less
+++ b/styles/pinterest/catppuccin.user.less
@@ -109,6 +109,7 @@
--color-background-button-secondary-default: @surface0;
--color-background-button-secondary-hover: @surface1;
--color-background-button-secondary-active: @surface2;
+ --color-background-button-selected-default: @subtext1;
--color-background-tag-primary-default: @surface1;
--color-background-button-disabled-default: darken(@mantle, 2%);
--color-background-formfield-primary: @surface0;
From dcbf4bf9c079776e08a5d56f8687f1c8866cb196 Mon Sep 17 00:00:00 2001
From: No0ne <145666753+No0ne003@users.noreply.github.com>
Date: Fri, 17 Jan 2025 23:41:15 +0100
Subject: [PATCH 17/76] fix(pinterest): fix react-button begin black & adding
some messing variables
i just invert(1) and did difference mix-blend-mode that's what best I can do to make it visible since the icon is actually a background-image of an svg so I can't change it's color
---
styles/pinterest/catppuccin.user.less | 21 ++++++++++++++++-----
1 file changed, 16 insertions(+), 5 deletions(-)
diff --git a/styles/pinterest/catppuccin.user.less b/styles/pinterest/catppuccin.user.less
index 91eee6fc2e..c881d0a6f2 100644
--- a/styles/pinterest/catppuccin.user.less
+++ b/styles/pinterest/catppuccin.user.less
@@ -99,7 +99,7 @@
--color-background-box-default: @mantle;
--color-background-box-selected: @accent;
--color-background-box-primary: @accent;
- --color-background-box-secondary: @surface1;
+ --color-background-box-secondary: @surface0;
--color-background-box-info-weak: fade(@blue, 20%);
--color-background-overlay: @surface0;
--color-background-popover-primary: @base;
@@ -110,23 +110,25 @@
--color-background-button-secondary-hover: @surface1;
--color-background-button-secondary-active: @surface2;
--color-background-button-selected-default: @subtext1;
+ --color-background-button-tertiary-hover: @surface0;
--color-background-tag-primary-default: @surface1;
--color-background-button-disabled-default: darken(@mantle, 2%);
--color-background-formfield-primary: @surface0;
--color-background-avatar-placeholder: @mantle;
--color-background-tabs-default-base: @base;
--color-background-tabs-default-hover: @surface1;
+ --color-background-button-white-hover: @surface1;
--color-background-switch-default-selected: @accent;
--color-background-switch-default-unselected: @base;
--color-background-switch-hover-selected: @accent;
--color-background-switch-hover-unselected: @surface0;
--color-background-switch-pressed-selected: fade(@accent, 50%);
- --color-background-switch-pressed-unselected: fade(@accent, 50%);
+ --color-background-switch-pressed-unselected: fade(@accent, 50%);
--color-background-checkbox-disabled: darken(@mantle, 2%);
--color-background-checkbox-checked-default: @accent;
--color-background-checkbox-checked-error: @red;
--color-background-checkbox-unchecked-default: @base;
- --color-background-checkbox-unchecked-error: @red;
+ --color-background-checkbox-unchecked-error: @red;
--color-border-container: @surface1;
--color-border-default: @mantle;
--color-border-popover-primary: @surface0;
@@ -137,16 +139,17 @@
--color-border-switch-focus-inner: @surface2;
--color-border-switch-focus-outer: @surface2;
--color-border-switch-hover-unselected: @surface2;
- --color-border-switch-pressed-unselected: @surface2;
+ --color-border-switch-pressed-unselected: @surface2;
--color-border-checkbox-checked-default: @accent;
--color-border-checkbox-checked-error: @red;
--color-border-checkbox-disabled: darken(@mantle, 2%);
--color-border-checkbox-unchecked-default: @surface1;
--color-border-checkbox-unchecked-error: @red;
--color-border-checkbox-unchecked-hover: @surface2;
- --color-border-checkbox-unchecked-pressed: fade(@accent, 50%);
+ --color-border-checkbox-unchecked-pressed: fade(@accent, 50%);
--color-text-success: @green;
--color-text-warning: @yellow;
+ --color-icon-default: @subtext1;
--color-icon-success: @green;
--color-icon-warning: @yellow;
--color-icon-error: @red;
@@ -197,6 +200,7 @@
--color-background-warning-base: @peach;
--color-background-success-base: @green;
+
body {
background-color: @base;
color: @text;
@@ -552,6 +556,13 @@
//background-color: @accent;
color: @accent;
}
+ .INd.imm.zI7.iyn.Hsu:hover {
+ background-color: @surface0 !important;
+ }
+ .INd.imm.zI7.iyn.Hsu div div {
+ filter: invert(1);
+ mix-blend-mode: difference;
+ }
}
// remove "More to explore" bar
From aa5193647adae3f6fc860851a4896298c980e74d Mon Sep 17 00:00:00 2001
From: No0ne <145666753+No0ne003@users.noreply.github.com>
Date: Fri, 17 Jan 2025 23:52:57 +0100
Subject: [PATCH 18/76] fix(pinterest): image-container bg match theme
---
styles/pinterest/catppuccin.user.less | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/styles/pinterest/catppuccin.user.less b/styles/pinterest/catppuccin.user.less
index c881d0a6f2..4603fd3b8e 100644
--- a/styles/pinterest/catppuccin.user.less
+++ b/styles/pinterest/catppuccin.user.less
@@ -345,7 +345,12 @@
}
/* Pins */
-
+
+ // image container
+ [data-test-id^="closeup-image"] div div {
+ background-color: @mantle !important;
+ }
+
// pin icons
.SPw._O1.KS5.mQ8.K1k.U7n {
background-color: @base;
From ef94260805c3e58c33129f27a22b3ef9e97a26c2 Mon Sep 17 00:00:00 2001
From: No0ne <145666753+No0ne003@users.noreply.github.com>
Date: Sat, 18 Jan 2025 10:47:52 +0100
Subject: [PATCH 19/76] fix(pinterest): remove custom created and saved button
bg for profiles
---
styles/pinterest/catppuccin.user.less | 5 -----
1 file changed, 5 deletions(-)
diff --git a/styles/pinterest/catppuccin.user.less b/styles/pinterest/catppuccin.user.less
index 4603fd3b8e..caef6a4279 100644
--- a/styles/pinterest/catppuccin.user.less
+++ b/styles/pinterest/catppuccin.user.less
@@ -630,11 +630,6 @@
background-color: @base;
}
- // "created" and "saved" button backgrounds on main profile page
- .DUt.XiG._co._wN.hjq.zI7.iyn.Hsu {
- background-color: @surface0 !important;
- }
-
// Hide ugly block around section previews
.imm[data-test-id^="section"] {
background-color: transparent;
From 2d23fcc0ba7c4e5787243be945c5d3493ffd040c Mon Sep 17 00:00:00 2001
From: No0ne <145666753+No0ne003@users.noreply.github.com>
Date: Sat, 18 Jan 2025 10:56:04 +0100
Subject: [PATCH 20/76] fix(pinterest): adding
background-button-semitransparentwhite variables
---
styles/pinterest/catppuccin.user.less | 2 ++
1 file changed, 2 insertions(+)
diff --git a/styles/pinterest/catppuccin.user.less b/styles/pinterest/catppuccin.user.less
index caef6a4279..536b4867e6 100644
--- a/styles/pinterest/catppuccin.user.less
+++ b/styles/pinterest/catppuccin.user.less
@@ -118,6 +118,8 @@
--color-background-tabs-default-base: @base;
--color-background-tabs-default-hover: @surface1;
--color-background-button-white-hover: @surface1;
+ --color-background-button-semitransparentwhite-default: fade(@base, 80%);
+ --color-background-button-semitransparentwhite-hover: @surface0;
--color-background-switch-default-selected: @accent;
--color-background-switch-default-unselected: @base;
--color-background-switch-hover-selected: @accent;
From 66b69cbd04a10e1445705339e14e48f06097f19b Mon Sep 17 00:00:00 2001
From: No0ne <145666753+No0ne003@users.noreply.github.com>
Date: Sat, 18 Jan 2025 10:57:40 +0100
Subject: [PATCH 21/76] style(pinterest): better tabs hover color, @surface1 ->
@surface0
---
styles/pinterest/catppuccin.user.less | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/styles/pinterest/catppuccin.user.less b/styles/pinterest/catppuccin.user.less
index 536b4867e6..4206afc0de 100644
--- a/styles/pinterest/catppuccin.user.less
+++ b/styles/pinterest/catppuccin.user.less
@@ -116,7 +116,7 @@
--color-background-formfield-primary: @surface0;
--color-background-avatar-placeholder: @mantle;
--color-background-tabs-default-base: @base;
- --color-background-tabs-default-hover: @surface1;
+ --color-background-tabs-default-hover: @surface0;
--color-background-button-white-hover: @surface1;
--color-background-button-semitransparentwhite-default: fade(@base, 80%);
--color-background-button-semitransparentwhite-hover: @surface0;
From ec13bffae503259d0ada59ca29186e57c99220f2 Mon Sep 17 00:00:00 2001
From: No0ne <145666753+No0ne003@users.noreply.github.com>
Date: Sat, 18 Jan 2025 11:18:09 +0100
Subject: [PATCH 22/76] style(pinterest): change search box container line
color
---
styles/pinterest/catppuccin.user.less | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/styles/pinterest/catppuccin.user.less b/styles/pinterest/catppuccin.user.less
index 4206afc0de..125f00de23 100644
--- a/styles/pinterest/catppuccin.user.less
+++ b/styles/pinterest/catppuccin.user.less
@@ -323,7 +323,7 @@
}
div.MMh._Y5.feh.s7I.zI7.iyn.Hsu {
- background-color: @subtext1 !important;
+ background-color: @surface2 !important;
}
}
From 8bc4be4251b9b64086046bf6b34d4c7296a0379d Mon Sep 17 00:00:00 2001
From: No0ne <145666753+No0ne003@users.noreply.github.com>
Date: Sat, 18 Jan 2025 11:27:57 +0100
Subject: [PATCH 23/76] fix(pinterest): messages textarea white bg
---
styles/pinterest/catppuccin.user.less | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/styles/pinterest/catppuccin.user.less b/styles/pinterest/catppuccin.user.less
index 125f00de23..7738b77091 100644
--- a/styles/pinterest/catppuccin.user.less
+++ b/styles/pinterest/catppuccin.user.less
@@ -680,6 +680,10 @@
color: @subtext1;
caret-color: @text !important;
}
+
+ textarea[data-gestalt-valid-html="TextArea"] {
+ background-color: transparent !important;
+ }
div[data-test-id="add-pin-to-conversation"] {
div[style="border: 1px solid rgb(218, 218, 218); box-shadow: rgba(0, 132, 255, 0) 0px 0px 0px 4px; padding: 4px 15px; min-height: 48px; width: 100%;"] {
From 993e745bfecc1c5c0281aab5aa6cc4493f6f7468 Mon Sep 17 00:00:00 2001
From: No0ne <145666753+No0ne003@users.noreply.github.com>
Date: Sat, 18 Jan 2025 11:40:53 +0100
Subject: [PATCH 24/76] fix(pinterest): checkbox border color
---
styles/pinterest/catppuccin.user.less | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/styles/pinterest/catppuccin.user.less b/styles/pinterest/catppuccin.user.less
index 7738b77091..2b954d3f1c 100644
--- a/styles/pinterest/catppuccin.user.less
+++ b/styles/pinterest/catppuccin.user.less
@@ -640,7 +640,7 @@
/* Settings */
input[type="checkbox"] ~ div {
- border-color: @crust !important;
+ border-color: var(--color-border-switch-default-unselected) !important;
}
div.tBJ.dyH.iFc.sAJ.xnr.tg7.IZT.swG {
From a91b73ae6b6dee873836b42d12cb8380230b20ad Mon Sep 17 00:00:00 2001
From: No0ne <145666753+No0ne003@users.noreply.github.com>
Date: Sat, 18 Jan 2025 11:48:59 +0100
Subject: [PATCH 25/76] style(pinterest): disabled button better color
---
styles/pinterest/catppuccin.user.less | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/styles/pinterest/catppuccin.user.less b/styles/pinterest/catppuccin.user.less
index 2b954d3f1c..484122410c 100644
--- a/styles/pinterest/catppuccin.user.less
+++ b/styles/pinterest/catppuccin.user.less
@@ -112,7 +112,7 @@
--color-background-button-selected-default: @subtext1;
--color-background-button-tertiary-hover: @surface0;
--color-background-tag-primary-default: @surface1;
- --color-background-button-disabled-default: darken(@mantle, 2%);
+ --color-background-button-disabled-default: @surface0;
--color-background-formfield-primary: @surface0;
--color-background-avatar-placeholder: @mantle;
--color-background-tabs-default-base: @base;
@@ -643,6 +643,10 @@
border-color: var(--color-border-switch-default-unselected) !important;
}
+ button[disabled=""] div {
+ color: @overlay0 !important;
+ }
+
div.tBJ.dyH.iFc.sAJ.xnr.tg7.IZT.swG {
color: var(--color-text-light) !important;
}
From 69ed720830814189f25cfdced59fc56450cd9018 Mon Sep 17 00:00:00 2001
From: No0ne <145666753+No0ne003@users.noreply.github.com>
Date: Sat, 18 Jan 2025 11:52:28 +0100
Subject: [PATCH 26/76] style(pinterest): backgroun-formfield-primary color
change
---
styles/pinterest/catppuccin.user.less | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/styles/pinterest/catppuccin.user.less b/styles/pinterest/catppuccin.user.less
index 484122410c..f6dcb42146 100644
--- a/styles/pinterest/catppuccin.user.less
+++ b/styles/pinterest/catppuccin.user.less
@@ -113,7 +113,7 @@
--color-background-button-tertiary-hover: @surface0;
--color-background-tag-primary-default: @surface1;
--color-background-button-disabled-default: @surface0;
- --color-background-formfield-primary: @surface0;
+ --color-background-formfield-primary: fade(@surface0, 60%);
--color-background-avatar-placeholder: @mantle;
--color-background-tabs-default-base: @base;
--color-background-tabs-default-hover: @surface0;
From d69bfe224dabd7592d09e7cb885b12fcc3bbc8f5 Mon Sep 17 00:00:00 2001
From: No0ne <145666753+No0ne003@users.noreply.github.com>
Date: Sat, 18 Jan 2025 12:44:27 +0100
Subject: [PATCH 27/76] fix(pinterest): @red as error color
---
styles/pinterest/catppuccin.user.less | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/styles/pinterest/catppuccin.user.less b/styles/pinterest/catppuccin.user.less
index f6dcb42146..1586ce3781 100644
--- a/styles/pinterest/catppuccin.user.less
+++ b/styles/pinterest/catppuccin.user.less
@@ -74,7 +74,7 @@
--color-text-default: @text;
--color-text-inverse: @mantle;
--color-text-subtle: @subtext0;
- --color-text-error: @accent;
+ --color-text-error: @red;
--color-text-shopping: @accent;
--color-text-link: @accent;
--color-text-formfield-default: @text;
@@ -85,7 +85,7 @@
--color-icon-subtle: @subtext1;
--color-text-icon-inverse: @mantle;
--color-text-icon-subtle: @subtext0;
- --color-text-icon-error: @accent;
+ --color-text-icon-error: @red;
--color-text-icon-brand-primary: @accent;
--color-background-light: if((@flavor = latte), @mantle, @subtext1);
@@ -128,9 +128,9 @@
--color-background-switch-pressed-unselected: fade(@accent, 50%);
--color-background-checkbox-disabled: darken(@mantle, 2%);
--color-background-checkbox-checked-default: @accent;
- --color-background-checkbox-checked-error: @red;
+ --color-background-checkbox-checked-: @red;
--color-background-checkbox-unchecked-default: @base;
- --color-background-checkbox-unchecked-error: @red;
+ --color-background-checkbox-unchecked-: @red;
--color-border-container: @surface1;
--color-border-default: @mantle;
--color-border-popover-primary: @surface0;
@@ -143,10 +143,10 @@
--color-border-switch-hover-unselected: @surface2;
--color-border-switch-pressed-unselected: @surface2;
--color-border-checkbox-checked-default: @accent;
- --color-border-checkbox-checked-error: @red;
+ --color-border-checkbox-checked-: @red;
--color-border-checkbox-disabled: darken(@mantle, 2%);
--color-border-checkbox-unchecked-default: @surface1;
- --color-border-checkbox-unchecked-error: @red;
+ --color-border-checkbox-unchecked-: @red;
--color-border-checkbox-unchecked-hover: @surface2;
--color-border-checkbox-unchecked-pressed: fade(@accent, 50%);
--color-text-success: @green;
@@ -154,7 +154,7 @@
--color-icon-default: @subtext1;
--color-icon-success: @green;
--color-icon-warning: @yellow;
- --color-icon-error: @red;
+ --color-icon-: @red;
--color-icon-info: @blue;
--color-icon-recommendation: @mauve;
--color-icon-brand-primary: @accent;
From 9f899e8898ebf1f6e2340975529b5be611c34098 Mon Sep 17 00:00:00 2001
From: No0ne <145666753+No0ne003@users.noreply.github.com>
Date: Sat, 18 Jan 2025 13:00:37 +0100
Subject: [PATCH 28/76] fix(pinterest): adding semitransparentdefault variables
---
styles/pinterest/catppuccin.user.less | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/styles/pinterest/catppuccin.user.less b/styles/pinterest/catppuccin.user.less
index 1586ce3781..9f450c74bc 100644
--- a/styles/pinterest/catppuccin.user.less
+++ b/styles/pinterest/catppuccin.user.less
@@ -120,6 +120,8 @@
--color-background-button-white-hover: @surface1;
--color-background-button-semitransparentwhite-default: fade(@base, 80%);
--color-background-button-semitransparentwhite-hover: @surface0;
+ --color-background-button-semitransparentdefault-default: fade(@surface1, 80%);
+ --color-background-button-semitransparentdefault-hover: @surface2;
--color-background-switch-default-selected: @accent;
--color-background-switch-default-unselected: @base;
--color-background-switch-hover-selected: @accent;
@@ -364,7 +366,7 @@
// board name to save to
// preview / dropdown
- [data-test-id="PinBetterSaveDropdown"],
+ [data-test-id="PinBetterSaveDropdown"],
div[data-test-id="boardSelectionDropdown"] {
.B1n {
color: var(--color-text-light);
@@ -374,7 +376,7 @@
}
// background when opened
.G0a {
- background-color: @mantle !important;
+ background-color: @subtext0 !important;
}
}
From daf7ba3dfc09ec87f79fd8476d6a1eb544176895 Mon Sep 17 00:00:00 2001
From: No0ne <145666753+No0ne003@users.noreply.github.com>
Date: Sat, 18 Jan 2025 13:09:46 +0100
Subject: [PATCH 29/76] fix(pinterest): more-description-container bg gradient
white fix
---
styles/pinterest/catppuccin.user.less | 3 +++
1 file changed, 3 insertions(+)
diff --git a/styles/pinterest/catppuccin.user.less b/styles/pinterest/catppuccin.user.less
index 9f450c74bc..d2b9925cd6 100644
--- a/styles/pinterest/catppuccin.user.less
+++ b/styles/pinterest/catppuccin.user.less
@@ -517,6 +517,9 @@
div[data-test-id="more-description-container"],
div[data-test-id="less-description-container"] {
background-color: @base !important;
+ div:first-child {
+ background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, @base 100%) !important;
+ }
}
div[data-test-id="truncated-text"] {
From 4c895dcb213f1c77ceae55a16477305e2ea68aa6 Mon Sep 17 00:00:00 2001
From: No0ne <145666753+No0ne003@users.noreply.github.com>
Date: Sat, 18 Jan 2025 21:21:02 +0100
Subject: [PATCH 30/76] fix(pinterest): one-bar-pill text color
---
styles/pinterest/catppuccin.user.less | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/styles/pinterest/catppuccin.user.less b/styles/pinterest/catppuccin.user.less
index d2b9925cd6..37f500c2d2 100644
--- a/styles/pinterest/catppuccin.user.less
+++ b/styles/pinterest/catppuccin.user.less
@@ -298,7 +298,7 @@
div[data-test-id="one-bar-pill"] {
div {
- color: var(--color-text-dark) !important;
+ color: @base !important;
}
.PLa {
From 0daa3d2e37ac168e1cacdd53877a2de603bc1b53 Mon Sep 17 00:00:00 2001
From: No0ne <145666753+No0ne003@users.noreply.github.com>
Date: Sat, 18 Jan 2025 21:26:06 +0100
Subject: [PATCH 31/76] fix(pinterest): one-bar-navigation-arrows white color
fix
---
styles/pinterest/catppuccin.user.less | 3 +++
1 file changed, 3 insertions(+)
diff --git a/styles/pinterest/catppuccin.user.less b/styles/pinterest/catppuccin.user.less
index 37f500c2d2..8a8ce1841c 100644
--- a/styles/pinterest/catppuccin.user.less
+++ b/styles/pinterest/catppuccin.user.less
@@ -309,6 +309,9 @@
color: var(--color-text-icon-dark) !important;
}
}
+ div[data-test-id="one-bar-navigation-arrows"] {
+ background: linear-gradient(to left, @base, rgba(255, 255, 255, 0) 40px), linear-gradient(to right, @base, rgba(255, 255, 255, 0) 40px) !important;
+ }
div#searchBoxContainer {
// search bar
From 280cf67ca78eaab5b9ee4148df97b8feb1e0b632 Mon Sep 17 00:00:00 2001
From: No0ne <145666753+No0ne003@users.noreply.github.com>
Date: Sat, 18 Jan 2025 21:45:29 +0100
Subject: [PATCH 32/76] fix(pinterest): one-bar-module-0 bg and icon colors
---
styles/pinterest/catppuccin.user.less | 15 +++++++++++++--
1 file changed, 13 insertions(+), 2 deletions(-)
diff --git a/styles/pinterest/catppuccin.user.less b/styles/pinterest/catppuccin.user.less
index 8a8ce1841c..4495d306db 100644
--- a/styles/pinterest/catppuccin.user.less
+++ b/styles/pinterest/catppuccin.user.less
@@ -298,7 +298,7 @@
div[data-test-id="one-bar-pill"] {
div {
- color: @base !important;
+ color: if(@flavor = latte, @text, @base) !important;
}
.PLa {
@@ -309,8 +309,19 @@
color: var(--color-text-icon-dark) !important;
}
}
+
div[data-test-id="one-bar-navigation-arrows"] {
- background: linear-gradient(to left, @base, rgba(255, 255, 255, 0) 40px), linear-gradient(to right, @base, rgba(255, 255, 255, 0) 40px) !important;
+ background: linear-gradient(to left, @base, rgba(255, 255, 255, 0) 40px) !important;
+ }
+
+ div[data-test-id="one-bar-module-0"] div[data-test-id="one-bar-pill"] {
+ background-color: var(--color-background-box-default) !important;
+ svg {
+ fill: var(--color-text-icon-subtle) !important;
+ }
+ &:has(.AR6) {
+ background-color: var(--color-background-box-secondary) !important;
+ }
}
div#searchBoxContainer {
From f28455aec36dff726eba5379a2407cb3e318eaa5 Mon Sep 17 00:00:00 2001
From: No0ne <145666753+No0ne003@users.noreply.github.com>
Date: Sat, 18 Jan 2025 23:11:10 +0100
Subject: [PATCH 33/76] refactor(pintrest): transparent
Co-authored-by: uncenter <47499684+uncenter@users.noreply.github.com>
---
styles/pinterest/catppuccin.user.less | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/styles/pinterest/catppuccin.user.less b/styles/pinterest/catppuccin.user.less
index 4495d306db..a1402f22e8 100644
--- a/styles/pinterest/catppuccin.user.less
+++ b/styles/pinterest/catppuccin.user.less
@@ -311,7 +311,7 @@
}
div[data-test-id="one-bar-navigation-arrows"] {
- background: linear-gradient(to left, @base, rgba(255, 255, 255, 0) 40px) !important;
+ background: linear-gradient(to left, @base, transparent 40px) !important;
}
div[data-test-id="one-bar-module-0"] div[data-test-id="one-bar-pill"] {
From 4748395f8aa92b5c5884559d6a37f824da916dc3 Mon Sep 17 00:00:00 2001
From: No0ne <145666753+No0ne003@users.noreply.github.com>
Date: Sat, 18 Jan 2025 23:11:22 +0100
Subject: [PATCH 34/76] refactor(pintrest): transparent
Co-authored-by: uncenter <47499684+uncenter@users.noreply.github.com>
---
styles/pinterest/catppuccin.user.less | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/styles/pinterest/catppuccin.user.less b/styles/pinterest/catppuccin.user.less
index a1402f22e8..b537815690 100644
--- a/styles/pinterest/catppuccin.user.less
+++ b/styles/pinterest/catppuccin.user.less
@@ -532,7 +532,7 @@
div[data-test-id="less-description-container"] {
background-color: @base !important;
div:first-child {
- background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, @base 100%) !important;
+ background: linear-gradient(90deg, transparent 0%, @base 100%) !important;
}
}
From 5139f5ebade1bcaa2963559534490e06985e644e Mon Sep 17 00:00:00 2001
From: No0ne <145666753+No0ne003@users.noreply.github.com>
Date: Sat, 18 Jan 2025 23:28:40 +0100
Subject: [PATCH 35/76] fix(pinterest): using attribute instead of classes for
pin icons
---
styles/pinterest/catppuccin.user.less | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/styles/pinterest/catppuccin.user.less b/styles/pinterest/catppuccin.user.less
index b537815690..a00586adce 100644
--- a/styles/pinterest/catppuccin.user.less
+++ b/styles/pinterest/catppuccin.user.less
@@ -370,12 +370,14 @@
}
// pin icons
- .SPw._O1.KS5.mQ8.K1k.U7n {
- background-color: @base;
- }
- // hover pin icons
- .SPw._O1.KS5.mQ8.K1k.U7n.jEe {
- background-color: @surface0;
+ button[data-test-id="feedback-button"],
+ div[data-test-id="share-icon-button"] {
+ div div {
+ background-color: @base;
+ &:hover {
+ background-color: @surface0;
+ }
+ }
}
// board name to save to
From 655398c617f3adba5c0962a6c1d930ebb51b5529 Mon Sep 17 00:00:00 2001
From: No0ne <145666753+No0ne003@users.noreply.github.com>
Date: Sun, 19 Jan 2025 00:18:27 +0100
Subject: [PATCH 36/76] style(pinterest): formfield primary color to base
instead of faded surface
---
styles/pinterest/catppuccin.user.less | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/styles/pinterest/catppuccin.user.less b/styles/pinterest/catppuccin.user.less
index a00586adce..391496acb7 100644
--- a/styles/pinterest/catppuccin.user.less
+++ b/styles/pinterest/catppuccin.user.less
@@ -113,7 +113,7 @@
--color-background-button-tertiary-hover: @surface0;
--color-background-tag-primary-default: @surface1;
--color-background-button-disabled-default: @surface0;
- --color-background-formfield-primary: fade(@surface0, 60%);
+ --color-background-formfield-primary: @base;
--color-background-avatar-placeholder: @mantle;
--color-background-tabs-default-base: @base;
--color-background-tabs-default-hover: @surface0;
From 37eb7d87b9e1618d4d258f7c9def90f08bb1890b Mon Sep 17 00:00:00 2001
From: No0ne <145666753+No0ne003@users.noreply.github.com>
Date: Tue, 21 Jan 2025 10:58:21 +0100
Subject: [PATCH 37/76] fix(pinterest): react-button icon fix
---
styles/pinterest/catppuccin.user.less | 19 ++++++++++++++-----
1 file changed, 14 insertions(+), 5 deletions(-)
diff --git a/styles/pinterest/catppuccin.user.less b/styles/pinterest/catppuccin.user.less
index 391496acb7..85377e54e5 100644
--- a/styles/pinterest/catppuccin.user.less
+++ b/styles/pinterest/catppuccin.user.less
@@ -578,18 +578,27 @@
color: @subtext1;
caret-color: @text;
}
-
div[data-test-id="react-button"] {
.Jea.KS5.mQ8.zI7.iyn.Hsu {
//background-color: @accent;
color: @accent;
}
- .INd.imm.zI7.iyn.Hsu:hover {
+ div:hover {
background-color: @surface0 !important;
+ border-radius: var(--rounding-circle);
}
- .INd.imm.zI7.iyn.Hsu div div {
- filter: invert(1);
- mix-blend-mode: difference;
+ div div {
+ div[style*='background-image: url("https://s.pinimg.com/webapp/reactionHeartOutline-24ab75a6.svg")'] {
+ @svg: escape(
+ ''
+ );
+ background-image: url("data:image/svg+xml,@{svg}") !important;
+ }
+ div[style*='background-image: url("https://s.pinimg.com/webapp/loveStatic-31fc2a99.svg")'] {
+ @svg: escape('');
+
+ background-image: url("data:image/svg+xml,@{svg}") !important;
+ }
}
}
From 00a1a5331ac77c97cb7b595ac9261ac8fb34fe17 Mon Sep 17 00:00:00 2001
From: No0ne <145666753+No0ne003@users.noreply.github.com>
Date: Tue, 21 Jan 2025 11:20:55 +0100
Subject: [PATCH 38/76] fix(pinterest): one-bar-pill (search categories)
background color match theme
---
styles/pinterest/catppuccin.user.less | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/styles/pinterest/catppuccin.user.less b/styles/pinterest/catppuccin.user.less
index 85377e54e5..7b361f177c 100644
--- a/styles/pinterest/catppuccin.user.less
+++ b/styles/pinterest/catppuccin.user.less
@@ -308,6 +308,25 @@
.R19 {
color: var(--color-text-icon-dark) !important;
}
+
+ &[style*='background-color: rgb(215, 237, 255)'] {
+ background-color: if(@flavor = latte, lighten(@blue, 25%), @blue) !important;
+ }
+ &[style*='background-color: rgb(218, 212, 255)'] {
+ background-color: if(@flavor = latte, lighten(@mauve, 25%), @mauve) !important;
+ }
+ &[style*='background-color: rgb(255, 226, 235)'] {
+ background-color: if(@flavor = latte, lighten(@pink, 20%), @pink) !important;
+ }
+ &[style*='background-color: rgb(255, 228, 193)'] {
+ background-color: if(@flavor = latte, lighten(@yellow, 30%), @yellow) !important;
+ }
+ &[style*='background-color: rgb(207, 255, 202)'] {
+ background-color: if(@flavor = latte, lighten(@green, 35%), @green) !important;
+ }
+ &[style*='background-color: rgb(218, 255, 246)'] {
+ background-color: if(@flavor = latte, lighten(@teal, 35%), @teal) !important;
+ }
}
div[data-test-id="one-bar-navigation-arrows"] {
From a25fc2120b3d94cbe084aaba9b306cafdea89dfc Mon Sep 17 00:00:00 2001
From: nuexq <145666753+nuexq@users.noreply.github.com>
Date: Thu, 23 Jan 2025 15:40:19 +0100
Subject: [PATCH 39/76] fix(pinterest): remove the lighting for latte colors
---
styles/pinterest/catppuccin.user.less | 17 ++++++++++-------
1 file changed, 10 insertions(+), 7 deletions(-)
diff --git a/styles/pinterest/catppuccin.user.less b/styles/pinterest/catppuccin.user.less
index 7b361f177c..0c0958204b 100644
--- a/styles/pinterest/catppuccin.user.less
+++ b/styles/pinterest/catppuccin.user.less
@@ -298,7 +298,7 @@
div[data-test-id="one-bar-pill"] {
div {
- color: if(@flavor = latte, @text, @base) !important;
+ color: @base !important;
}
.PLa {
@@ -310,22 +310,25 @@
}
&[style*='background-color: rgb(215, 237, 255)'] {
- background-color: if(@flavor = latte, lighten(@blue, 25%), @blue) !important;
+ background-color: @blue !important;
}
&[style*='background-color: rgb(218, 212, 255)'] {
- background-color: if(@flavor = latte, lighten(@mauve, 25%), @mauve) !important;
+ background-color: @mauve !important;
}
&[style*='background-color: rgb(255, 226, 235)'] {
- background-color: if(@flavor = latte, lighten(@pink, 20%), @pink) !important;
+ background-color: @pink !important;
}
&[style*='background-color: rgb(255, 228, 193)'] {
- background-color: if(@flavor = latte, lighten(@yellow, 30%), @yellow) !important;
+ background-color: @maroon !important;
+ }
+ &[style*='background-color: rgb(255, 253, 146)'] {
+ background-color: @yellow !important;
}
&[style*='background-color: rgb(207, 255, 202)'] {
- background-color: if(@flavor = latte, lighten(@green, 35%), @green) !important;
+ background-color: @green !important;
}
&[style*='background-color: rgb(218, 255, 246)'] {
- background-color: if(@flavor = latte, lighten(@teal, 35%), @teal) !important;
+ background-color: @teal !important;
}
}
From 894ac88503e406a89b7fca13ee783392c6801b89 Mon Sep 17 00:00:00 2001
From: nuexq <145666753+nuexq@users.noreply.github.com>
Date: Thu, 23 Jan 2025 15:41:59 +0100
Subject: [PATCH 40/76] fix(pinterest): no border for suggestion icons
---
styles/pinterest/catppuccin.user.less | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/styles/pinterest/catppuccin.user.less b/styles/pinterest/catppuccin.user.less
index 0c0958204b..58ae171f45 100644
--- a/styles/pinterest/catppuccin.user.less
+++ b/styles/pinterest/catppuccin.user.less
@@ -331,6 +331,10 @@
background-color: @teal !important;
}
}
+
+ div[data-test-id='one-bar-pill-cover-image-container'] {
+ border: none !important;
+ }
div[data-test-id="one-bar-navigation-arrows"] {
background: linear-gradient(to left, @base, transparent 40px) !important;
From 07c1a2b1b150ed1f5c98e1be68f436a6c3d5bafa Mon Sep 17 00:00:00 2001
From: nuexq <145666753+nuexq@users.noreply.github.com>
Date: Sat, 1 Feb 2025 21:40:21 +0100
Subject: [PATCH 41/76] fix(pinterest): new UI search bar bg fix
---
styles/pinterest/catppuccin.user.less | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/styles/pinterest/catppuccin.user.less b/styles/pinterest/catppuccin.user.less
index 58ae171f45..ee605e4cb5 100644
--- a/styles/pinterest/catppuccin.user.less
+++ b/styles/pinterest/catppuccin.user.less
@@ -352,7 +352,7 @@
div#searchBoxContainer {
// search bar
- div.Jea.fev.zI7.iyn.Hsu {
+ & > div {
background-color: @mantle !important;
}
From 7c7e71af632eae56200828840cbf3b4fdb7fd1f6 Mon Sep 17 00:00:00 2001
From: nuexq <145666753+nuexq@users.noreply.github.com>
Date: Sat, 1 Feb 2025 22:58:16 +0100
Subject: [PATCH 42/76] fix(pinterest): icon colors for the new nav
---
styles/pinterest/catppuccin.user.less | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/styles/pinterest/catppuccin.user.less b/styles/pinterest/catppuccin.user.less
index ee605e4cb5..9888cbe28d 100644
--- a/styles/pinterest/catppuccin.user.less
+++ b/styles/pinterest/catppuccin.user.less
@@ -388,6 +388,28 @@
background: none !important;
}
+ /* Nav */
+
+ nav#VerticalNavContent {
+ @escaped-color: replace(~"@{subtext1}", "#", "%23");
+
+ a[data-test-id="home-tab"] div[aria-label="Home"] {
+ background-image: url(~'data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M11.3217%200.307444C11.7345%200.0407477%2012.2654%200.0407477%2012.6782%200.307444L22.3616%206.56277C22.7181%206.79303%2022.9334%207.1884%2022.9334%207.61275V23.25H1.06653V7.61275C1.06653%207.1884%201.28181%206.79303%201.63826%206.56277L11.3217%200.307444ZM3.56653%208.2934V20.75H20.4334V8.2934L11.9999%202.84555L3.56653%208.2934Z%22%20fill%3D%22@{escaped-color}%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M14.25%2016.0469V20.5H14.2344V23H16.75V16.0469C16.75%2013.4235%2014.6234%2011.2969%2012%2011.2969C9.37665%2011.2969%207.25%2013.4235%207.25%2016.0469V23H9.75V20.5V20.1094V16.0469C9.75%2014.8042%2010.7574%2013.7969%2012%2013.7969C13.2426%2013.7969%2014.25%2014.8042%2014.25%2016.0469Z%22%20fill%3D%22@{escaped-color}%22%2F%3E%3C%2Fsvg%3E') !important;
+ }
+
+ a[data-test-id="create-tab"] div[aria-label="Create"] {
+ background-image: url(~"data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M19%203.5H5C4.17157%203.5%203.5%204.17157%203.5%205V19C3.5%2019.8284%204.17157%2020.5%205%2020.5H19C19.8284%2020.5%2020.5%2019.8284%2020.5%2019V5C20.5%204.17157%2019.8284%203.5%2019%203.5ZM5%201C2.79086%201%201%202.79086%201%205V19C1%2021.2091%202.79086%2023%205%2023H19C21.2091%2023%2023%2021.2091%2023%2019V5C23%202.79086%2021.2091%201%2019%201H5Z%22%20fill%3D%22@{escaped-color}%22%2F%3E%3Cpath%20d%3D%22M13.25%207C13.25%206.30964%2012.6904%205.75%2012%205.75C11.3096%205.75%2010.75%206.30964%2010.75%207V10.75H7C6.30964%2010.75%205.75%2011.3096%205.75%2012C5.75%2012.6904%206.30964%2013.25%207%2013.25H10.75V17C10.75%2017.6904%2011.3096%2018.25%2012%2018.25C12.6904%2018.25%2013.25%2017.6904%2013.25%2017V13.25H17C17.6904%2013.25%2018.25%2012.6904%2018.25%2012C18.25%2011.3096%2017.6904%2010.75%2017%2010.75H13.25V7Z%22%20fill%3D%22@{escaped-color}%22%2F%3E%3C%2Fsvg%3E") !important;
+ }
+
+ div[aria-label="Notifications"] div[style*="background-image"] {
+ background-image: url(~"data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M16.5%2014.227V7C16.5%204.51471%2014.4853%202.5%2012%202.5C9.51471%202.5%207.5%204.51471%207.5%207V14.227L6.73561%2014.9643C6.26116%2015.422%205.84638%2015.9379%205.5032%2016.5H18.4968C18.1536%2015.9379%2017.7388%2015.422%2017.2644%2014.9643L16.5%2014.227ZM21.3013%2016.5C21.6365%2017.2867%2021.8745%2018.1248%2022%2019H2C2.12546%2018.1248%202.36354%2017.2867%202.69865%2016.5C3.23694%2015.2362%204.0256%2014.1049%205%2013.165V7C5%203.134%208.134%200%2012%200C15.866%200%2019%203.134%2019%207V13.165C19.9744%2014.1049%2020.7631%2015.2362%2021.3013%2016.5ZM15%2020.9998H9C9%2021.1702%209.01421%2021.3373%209.0415%2021.5C9.18134%2022.3334%209.66468%2023.0501%2010.341%2023.4998C10.8161%2023.8157%2011.3866%2023.9998%2012%2023.9998C12.6134%2023.9998%2013.1839%2023.8157%2013.659%2023.4998C14.3353%2023.0501%2014.8187%2022.3334%2014.9585%2021.5C14.9858%2021.3373%2015%2021.1702%2015%2020.9998Z%22%20fill%3D%22@{escaped-color}%22%2F%3E%3C%2Fsvg%3E") !important;
+ }
+
+ div[data-test-id="notifications-button"] div[style*="background-image"] {
+ background-image: url(~"data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url%28%23clip0_800_18532%29%22%3E%3Crect%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M4.6831%2018.2737L4.84947%2017.6551L4.44456%2017.1588C3.07314%2015.4778%202.25%2013.3365%202.25%2011C2.25%205.61536%206.61536%201.25%2012%201.25C17.3846%201.25%2021.75%205.61536%2021.75%2011C21.75%2016.3846%2017.3846%2020.75%2012%2020.75C10.6917%2020.75%209.44625%2020.4881%208.30368%2020.0202L7.75509%2019.7956L7.23401%2020.0782L3.67907%2022.0065L4.6831%2018.2737Z%22%20stroke%3D%22@{escaped-color}%22%20stroke-width%3D%222.5%22%2F%3E%3Ccircle%20cx%3D%226.99219%22%20cy%3D%2211.0078%22%20r%3D%221.5%22%20fill%3D%22@{escaped-color}%22%2F%3E%3Cpath%20d%3D%22M13.4961%2011.0078C13.4961%2011.8362%2012.8245%2012.5078%2011.9961%2012.5078C11.1677%2012.5078%2010.4961%2011.8362%2010.4961%2011.0078C10.4961%2010.1794%2011.1677%209.50781%2011.9961%209.50781C12.8245%209.50781%2013.4961%2010.1794%2013.4961%2011.0078Z%22%20fill%3D%22@{escaped-color}%22%2F%3E%3Ccircle%20cx%3D%2217%22%20cy%3D%2211.0078%22%20r%3D%221.5%22%20fill%3D%22@{escaped-color}%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_800_18532%22%3E%3Crect%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E") !important;
+ }
+ }
+
/* Pins */
// image container
From a09b1e5be06f7432da822bcd548efe446df6c7fc Mon Sep 17 00:00:00 2001
From: nuexq <145666753+nuexq@users.noreply.github.com>
Date: Sat, 1 Feb 2025 23:21:39 +0100
Subject: [PATCH 43/76] refactor(pinterest): optimise SVGs
---
styles/pinterest/catppuccin.user.less | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/styles/pinterest/catppuccin.user.less b/styles/pinterest/catppuccin.user.less
index 9888cbe28d..70515a6b43 100644
--- a/styles/pinterest/catppuccin.user.less
+++ b/styles/pinterest/catppuccin.user.less
@@ -637,14 +637,11 @@
}
div div {
div[style*='background-image: url("https://s.pinimg.com/webapp/reactionHeartOutline-24ab75a6.svg")'] {
- @svg: escape(
- ''
- );
+ @svg: escape('');
background-image: url("data:image/svg+xml,@{svg}") !important;
}
div[style*='background-image: url("https://s.pinimg.com/webapp/loveStatic-31fc2a99.svg")'] {
- @svg: escape('');
-
+ @svg: escape('');
background-image: url("data:image/svg+xml,@{svg}") !important;
}
}
From 5befb221b291fedf1e585449b56625caa7dededf Mon Sep 17 00:00:00 2001
From: nuexq <145666753+nuexq@users.noreply.github.com>
Date: Sat, 1 Feb 2025 23:38:43 +0100
Subject: [PATCH 44/76] fix(pinterest): optimizing SVGs with svgo
---
styles/pinterest/catppuccin.user.less | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/styles/pinterest/catppuccin.user.less b/styles/pinterest/catppuccin.user.less
index 70515a6b43..b0a5f82aec 100644
--- a/styles/pinterest/catppuccin.user.less
+++ b/styles/pinterest/catppuccin.user.less
@@ -637,11 +637,11 @@
}
div div {
div[style*='background-image: url("https://s.pinimg.com/webapp/reactionHeartOutline-24ab75a6.svg")'] {
- @svg: escape('');
+ @svg: escape('');
background-image: url("data:image/svg+xml,@{svg}") !important;
}
div[style*='background-image: url("https://s.pinimg.com/webapp/loveStatic-31fc2a99.svg")'] {
- @svg: escape('');
+ @svg: escape('');
background-image: url("data:image/svg+xml,@{svg}") !important;
}
}
From 22332ef44c06522e1b87367e67c65c3a76ca5c76 Mon Sep 17 00:00:00 2001
From: nuexq <145666753+nuexq@users.noreply.github.com>
Date: Sat, 1 Feb 2025 23:45:00 +0100
Subject: [PATCH 45/76] fix(pinterest): fixing svg after I broke them
---
styles/pinterest/catppuccin.user.less | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/styles/pinterest/catppuccin.user.less b/styles/pinterest/catppuccin.user.less
index b0a5f82aec..787b376518 100644
--- a/styles/pinterest/catppuccin.user.less
+++ b/styles/pinterest/catppuccin.user.less
@@ -637,11 +637,11 @@
}
div div {
div[style*='background-image: url("https://s.pinimg.com/webapp/reactionHeartOutline-24ab75a6.svg")'] {
- @svg: escape('');
+ @svg: escape('');
background-image: url("data:image/svg+xml,@{svg}") !important;
}
div[style*='background-image: url("https://s.pinimg.com/webapp/loveStatic-31fc2a99.svg")'] {
- @svg: escape('');
+ @svg: escape('');
background-image: url("data:image/svg+xml,@{svg}") !important;
}
}
From 894e3f29d0c5de201d7e69354603d0ce55746571 Mon Sep 17 00:00:00 2001
From: nuexq <145666753+nuexq@users.noreply.github.com>
Date: Sun, 2 Feb 2025 16:12:46 +0100
Subject: [PATCH 46/76] chore(pinterest) adding nuexq to collaborators and
current-maintainers
---
scripts/userstyles.yml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/scripts/userstyles.yml b/scripts/userstyles.yml
index 433cf4d6bb..127051ad71 100644
--- a/scripts/userstyles.yml
+++ b/scripts/userstyles.yml
@@ -157,6 +157,9 @@ collaborators:
url: https://github.com/steinuil
- &husjon
url: https://github.com/husjon
+ - &nuexq
+ name: nuexq
+ url: https://github.com/nuexq
userstyles:
advent-of-code:
@@ -825,7 +828,7 @@ userstyles:
color: red
readme:
app-link: https://www.pinterest.com
- current-maintainers: []
+ current-maintainers: [*nuexq]
past-maintainers: [*jn-sena]
planet-minecraft:
name: Planet Minecraft
From ae280b4762ca2b0dd679661c775e42e5894b58d6 Mon Sep 17 00:00:00 2001
From: nuexq <145666753+nuexq@users.noreply.github.com>
Date: Thu, 6 Feb 2025 12:32:56 +0100
Subject: [PATCH 47/76] fix(pinterest): more option button
---
styles/pinterest/catppuccin.user.less | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/styles/pinterest/catppuccin.user.less b/styles/pinterest/catppuccin.user.less
index 787b376518..42ebccc696 100644
--- a/styles/pinterest/catppuccin.user.less
+++ b/styles/pinterest/catppuccin.user.less
@@ -408,6 +408,10 @@
div[data-test-id="notifications-button"] div[style*="background-image"] {
background-image: url(~"data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url%28%23clip0_800_18532%29%22%3E%3Crect%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M4.6831%2018.2737L4.84947%2017.6551L4.44456%2017.1588C3.07314%2015.4778%202.25%2013.3365%202.25%2011C2.25%205.61536%206.61536%201.25%2012%201.25C17.3846%201.25%2021.75%205.61536%2021.75%2011C21.75%2016.3846%2017.3846%2020.75%2012%2020.75C10.6917%2020.75%209.44625%2020.4881%208.30368%2020.0202L7.75509%2019.7956L7.23401%2020.0782L3.67907%2022.0065L4.6831%2018.2737Z%22%20stroke%3D%22@{escaped-color}%22%20stroke-width%3D%222.5%22%2F%3E%3Ccircle%20cx%3D%226.99219%22%20cy%3D%2211.0078%22%20r%3D%221.5%22%20fill%3D%22@{escaped-color}%22%2F%3E%3Cpath%20d%3D%22M13.4961%2011.0078C13.4961%2011.8362%2012.8245%2012.5078%2011.9961%2012.5078C11.1677%2012.5078%2010.4961%2011.8362%2010.4961%2011.0078C10.4961%2010.1794%2011.1677%209.50781%2011.9961%209.50781C12.8245%209.50781%2013.4961%2010.1794%2013.4961%2011.0078Z%22%20fill%3D%22@{escaped-color}%22%2F%3E%3Ccircle%20cx%3D%2217%22%20cy%3D%2211.0078%22%20r%3D%221.5%22%20fill%3D%22@{escaped-color}%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_800_18532%22%3E%3Crect%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E") !important;
}
+
+ div[data-test-id="vertical-nav-more-options-button"] div[aria-label="More options"] {
+ background-image: url(~"data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url%28%23clip0_449_32461%29%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4%207.45081V16.5492L12%2021.1206L20%2016.5492V7.45081L12%202.87938L4%207.45081ZM12%200L1.5%206V18L12%2024L22.5%2018V6L12%200Z%22%20fill%3D%22@{escaped-color}%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12%209C10.3431%209%209%2010.3431%209%2012C9%2013.6569%2010.3431%2015%2012%2015C13.6569%2015%2015%2013.6569%2015%2012C15%2010.3431%2013.6569%209%2012%209ZM6.5%2012C6.5%208.96243%208.96243%206.5%2012%206.5C15.0376%206.5%2017.5%208.96243%2017.5%2012C17.5%2015.0376%2015.0376%2017.5%2012%2017.5C8.96243%2017.5%206.5%2015.0376%206.5%2012Z%22%20fill%3D%22@{escaped-color}%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_449_32461%22%3E%3Crect%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E") !important;
+ }
}
/* Pins */
From b929f5536a7c054c227b75491707b897f59a3b47 Mon Sep 17 00:00:00 2001
From: nuexq <145666753+nuexq@users.noreply.github.com>
Date: Thu, 6 Feb 2025 12:51:19 +0100
Subject: [PATCH 48/76] fix(pinterest): notification clicked
---
styles/pinterest/catppuccin.user.less | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/styles/pinterest/catppuccin.user.less b/styles/pinterest/catppuccin.user.less
index 42ebccc696..f8548271ba 100644
--- a/styles/pinterest/catppuccin.user.less
+++ b/styles/pinterest/catppuccin.user.less
@@ -402,7 +402,12 @@
}
div[aria-label="Notifications"] div[style*="background-image"] {
- background-image: url(~"data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M16.5%2014.227V7C16.5%204.51471%2014.4853%202.5%2012%202.5C9.51471%202.5%207.5%204.51471%207.5%207V14.227L6.73561%2014.9643C6.26116%2015.422%205.84638%2015.9379%205.5032%2016.5H18.4968C18.1536%2015.9379%2017.7388%2015.422%2017.2644%2014.9643L16.5%2014.227ZM21.3013%2016.5C21.6365%2017.2867%2021.8745%2018.1248%2022%2019H2C2.12546%2018.1248%202.36354%2017.2867%202.69865%2016.5C3.23694%2015.2362%204.0256%2014.1049%205%2013.165V7C5%203.134%208.134%200%2012%200C15.866%200%2019%203.134%2019%207V13.165C19.9744%2014.1049%2020.7631%2015.2362%2021.3013%2016.5ZM15%2020.9998H9C9%2021.1702%209.01421%2021.3373%209.0415%2021.5C9.18134%2022.3334%209.66468%2023.0501%2010.341%2023.4998C10.8161%2023.8157%2011.3866%2023.9998%2012%2023.9998C12.6134%2023.9998%2013.1839%2023.8157%2013.659%2023.4998C14.3353%2023.0501%2014.8187%2022.3334%2014.9585%2021.5C14.9858%2021.3373%2015%2021.1702%2015%2020.9998Z%22%20fill%3D%22@{escaped-color}%22%2F%3E%3C%2Fsvg%3E") !important;
+ &[style*="M16.5 14.227"] {
+ background-image: url(~"data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M16.5%2014.227V7C16.5%204.51471%2014.4853%202.5%2012%202.5C9.51471%202.5%207.5%204.51471%207.5%207V14.227L6.73561%2014.9643C6.26116%2015.422%205.84638%2015.9379%205.5032%2016.5H18.4968C18.1536%2015.9379%2017.7388%2015.422%2017.2644%2014.9643L16.5%2014.227ZM21.3013%2016.5C21.6365%2017.2867%2021.8745%2018.1248%2022%2019H2C2.12546%2018.1248%202.36354%2017.2867%202.69865%2016.5C3.23694%2015.2362%204.0256%2014.1049%205%2013.165V7C5%203.134%208.134%200%2012%200C15.866%200%2019%203.134%2019%207V13.165C19.9744%2014.1049%2020.7631%2015.2362%2021.3013%2016.5ZM15%2020.9998H9C9%2021.1702%209.01421%2021.3373%209.0415%2021.5C9.18134%2022.3334%209.66468%2023.0501%2010.341%2023.4998C10.8161%2023.8157%2011.3866%2023.9998%2012%2023.9998C12.6134%2023.9998%2013.1839%2023.8157%2013.659%2023.4998C14.3353%2023.0501%2014.8187%2022.3334%2014.9585%2021.5C14.9858%2021.3373%2015%2021.1702%2015%2020.9998Z%22%20fill%3D%22@{escaped-color}%22%2F%3E%3C%2Fsvg%3E") !important;
+ }
+ &[style*="clip0_449_32470"] {
+ background-image: url(~"data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url%28%23clip0_449_32470%29%22%3E%3Cpath%20d%3D%22M19%207V13.165C20.581%2014.69%2021.673%2016.719%2022%2019H2C2.327%2016.719%203.419%2014.69%205%2013.165V7C5%203.134%208.134%200%2012%200C15.866%200%2019%203.134%2019%207Z%22%20fill%3D%22@{escaped-color}%22%2F%3E%3Cpath%20d%3D%22M15%2020.9998C15%2022.6568%2013.657%2023.9998%2012%2023.9998C10.343%2023.9998%209%2022.6568%209%2020.9998H15Z%22%20fill%3D%22@{escaped-color}%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_449_32470%22%3E%3Crect%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E") !important;
+ }
}
div[data-test-id="notifications-button"] div[style*="background-image"] {
From 4a29462cb4533d6516dad360814fba49dba4d406 Mon Sep 17 00:00:00 2001
From: nuexq <145666753+nuexq@users.noreply.github.com>
Date: Thu, 6 Feb 2025 12:57:27 +0100
Subject: [PATCH 49/76] fix(pinterest): messages button clicked fix
---
styles/pinterest/catppuccin.user.less | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/styles/pinterest/catppuccin.user.less b/styles/pinterest/catppuccin.user.less
index f8548271ba..9652719fba 100644
--- a/styles/pinterest/catppuccin.user.less
+++ b/styles/pinterest/catppuccin.user.less
@@ -411,7 +411,12 @@
}
div[data-test-id="notifications-button"] div[style*="background-image"] {
- background-image: url(~"data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url%28%23clip0_800_18532%29%22%3E%3Crect%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M4.6831%2018.2737L4.84947%2017.6551L4.44456%2017.1588C3.07314%2015.4778%202.25%2013.3365%202.25%2011C2.25%205.61536%206.61536%201.25%2012%201.25C17.3846%201.25%2021.75%205.61536%2021.75%2011C21.75%2016.3846%2017.3846%2020.75%2012%2020.75C10.6917%2020.75%209.44625%2020.4881%208.30368%2020.0202L7.75509%2019.7956L7.23401%2020.0782L3.67907%2022.0065L4.6831%2018.2737Z%22%20stroke%3D%22@{escaped-color}%22%20stroke-width%3D%222.5%22%2F%3E%3Ccircle%20cx%3D%226.99219%22%20cy%3D%2211.0078%22%20r%3D%221.5%22%20fill%3D%22@{escaped-color}%22%2F%3E%3Cpath%20d%3D%22M13.4961%2011.0078C13.4961%2011.8362%2012.8245%2012.5078%2011.9961%2012.5078C11.1677%2012.5078%2010.4961%2011.8362%2010.4961%2011.0078C10.4961%2010.1794%2011.1677%209.50781%2011.9961%209.50781C12.8245%209.50781%2013.4961%2010.1794%2013.4961%2011.0078Z%22%20fill%3D%22@{escaped-color}%22%2F%3E%3Ccircle%20cx%3D%2217%22%20cy%3D%2211.0078%22%20r%3D%221.5%22%20fill%3D%22@{escaped-color}%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_800_18532%22%3E%3Crect%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E") !important;
+ &[style*="clip0_800_18532"] {
+ background-image: url(~"data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url%28%23clip0_800_18532%29%22%3E%3Crect%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M4.6831%2018.2737L4.84947%2017.6551L4.44456%2017.1588C3.07314%2015.4778%202.25%2013.3365%202.25%2011C2.25%205.61536%206.61536%201.25%2012%201.25C17.3846%201.25%2021.75%205.61536%2021.75%2011C21.75%2016.3846%2017.3846%2020.75%2012%2020.75C10.6917%2020.75%209.44625%2020.4881%208.30368%2020.0202L7.75509%2019.7956L7.23401%2020.0782L3.67907%2022.0065L4.6831%2018.2737Z%22%20stroke%3D%22@{escaped-color}%22%20stroke-width%3D%222.5%22%2F%3E%3Ccircle%20cx%3D%226.99219%22%20cy%3D%2211.0078%22%20r%3D%221.5%22%20fill%3D%22@{escaped-color}%22%2F%3E%3Cpath%20d%3D%22M13.4961%2011.0078C13.4961%2011.8362%2012.8245%2012.5078%2011.9961%2012.5078C11.1677%2012.5078%2010.4961%2011.8362%2010.4961%2011.0078C10.4961%2010.1794%2011.1677%209.50781%2011.9961%209.50781C12.8245%209.50781%2013.4961%2010.1794%2013.4961%2011.0078Z%22%20fill%3D%22@{escaped-color}%22%2F%3E%3Ccircle%20cx%3D%2217%22%20cy%3D%2211.0078%22%20r%3D%221.5%22%20fill%3D%22@{escaped-color}%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_800_18532%22%3E%3Crect%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E") !important;
+ }
+ &[style*="clip0_449_32468"] {
+ background-image: url(~"data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url%28%23clip0_449_32468%29%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M18%2012.5C17.172%2012.5%2016.5%2011.829%2016.5%2011C16.5%2010.171%2017.172%209.5%2018%209.5C18.828%209.5%2019.5%2010.171%2019.5%2011C19.5%2011.829%2018.828%2012.5%2018%2012.5ZM12%2012.5C11.172%2012.5%2010.5%2011.829%2010.5%2011C10.5%2010.171%2011.172%209.5%2012%209.5C12.828%209.5%2013.5%2010.171%2013.5%2011C13.5%2011.829%2012.828%2012.5%2012%2012.5ZM6%209.5C6.828%209.5%207.5%2010.171%207.5%2011C7.5%2011.829%206.828%2012.5%206%2012.5C5.172%2012.5%204.5%2011.829%204.5%2011C4.5%2010.171%205.172%209.5%206%209.5ZM12%200C5.925%200%201%204.925%201%2011C1%2013.636%201.93%2016.054%203.476%2017.949L2.016%2023.377C1.909%2023.805%202.366%2024.151%202.749%2023.933L7.83%2021.177C9.117%2021.704%2010.523%2022%2012%2022C18.075%2022%2023%2017.075%2023%2011C23%204.925%2018.075%200%2012%200Z%22%20fill%3D%22@{escaped-color}%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_449_32468%22%3E%3Crect%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E") !important;
+ }
}
div[data-test-id="vertical-nav-more-options-button"] div[aria-label="More options"] {
From 81afacd3275a66ac8d2c5e0f30883fd76738617c Mon Sep 17 00:00:00 2001
From: nuexq <145666753+nuexq@users.noreply.github.com>
Date: Thu, 6 Feb 2025 13:01:35 +0100
Subject: [PATCH 50/76] fix(pinterest): more option button clicked fix
---
styles/pinterest/catppuccin.user.less | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/styles/pinterest/catppuccin.user.less b/styles/pinterest/catppuccin.user.less
index 9652719fba..43674528b0 100644
--- a/styles/pinterest/catppuccin.user.less
+++ b/styles/pinterest/catppuccin.user.less
@@ -420,7 +420,12 @@
}
div[data-test-id="vertical-nav-more-options-button"] div[aria-label="More options"] {
- background-image: url(~"data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url%28%23clip0_449_32461%29%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4%207.45081V16.5492L12%2021.1206L20%2016.5492V7.45081L12%202.87938L4%207.45081ZM12%200L1.5%206V18L12%2024L22.5%2018V6L12%200Z%22%20fill%3D%22@{escaped-color}%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12%209C10.3431%209%209%2010.3431%209%2012C9%2013.6569%2010.3431%2015%2012%2015C13.6569%2015%2015%2013.6569%2015%2012C15%2010.3431%2013.6569%209%2012%209ZM6.5%2012C6.5%208.96243%208.96243%206.5%2012%206.5C15.0376%206.5%2017.5%208.96243%2017.5%2012C17.5%2015.0376%2015.0376%2017.5%2012%2017.5C8.96243%2017.5%206.5%2015.0376%206.5%2012Z%22%20fill%3D%22@{escaped-color}%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_449_32461%22%3E%3Crect%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E") !important;
+ &[style*="clip0_449_32461"] {
+ background-image: url(~"data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url%28%23clip0_449_32461%29%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4%207.45081V16.5492L12%2021.1206L20%2016.5492V7.45081L12%202.87938L4%207.45081ZM12%200L1.5%206V18L12%2024L22.5%2018V6L12%200Z%22%20fill%3D%22@{escaped-color}%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12%209C10.3431%209%209%2010.3431%209%2012C9%2013.6569%2010.3431%2015%2012%2015C13.6569%2015%2015%2013.6569%2015%2012C15%2010.3431%2013.6569%209%2012%209ZM6.5%2012C6.5%208.96243%208.96243%206.5%2012%206.5C15.0376%206.5%2017.5%208.96243%2017.5%2012C17.5%2015.0376%2015.0376%2017.5%2012%2017.5C8.96243%2017.5%206.5%2015.0376%206.5%2012Z%22%20fill%3D%22@{escaped-color}%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_449_32461%22%3E%3Crect%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E") !important;
+ }
+ &[style*="clip0_449_32472"] {
+ background-image: url(~"data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url%28%23clip0_449_32472%29%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12%2016.25C9.653%2016.25%207.75%2014.347%207.75%2012C7.75%209.653%209.653%207.75%2012%207.75C14.347%207.75%2016.25%209.653%2016.25%2012C16.25%2014.347%2014.347%2016.25%2012%2016.25ZM12%200L1.5%206V18L12%2024L22.5%2018V6L12%200Z%22%20fill%3D%22@{escaped-color}%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_449_32472%22%3E%3Crect%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E") !important;
+ }
}
}
From b515a4d78926f68d6c43a131f6a82f24ea574ea7 Mon Sep 17 00:00:00 2001
From: nuexq <145666753+nuexq@users.noreply.github.com>
Date: Thu, 6 Feb 2025 13:06:32 +0100
Subject: [PATCH 51/76] fix(pinterest): active create-tab
---
styles/pinterest/catppuccin.user.less | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/styles/pinterest/catppuccin.user.less b/styles/pinterest/catppuccin.user.less
index 43674528b0..a2c8a1b5fe 100644
--- a/styles/pinterest/catppuccin.user.less
+++ b/styles/pinterest/catppuccin.user.less
@@ -398,7 +398,12 @@
}
a[data-test-id="create-tab"] div[aria-label="Create"] {
- background-image: url(~"data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M19%203.5H5C4.17157%203.5%203.5%204.17157%203.5%205V19C3.5%2019.8284%204.17157%2020.5%205%2020.5H19C19.8284%2020.5%2020.5%2019.8284%2020.5%2019V5C20.5%204.17157%2019.8284%203.5%2019%203.5ZM5%201C2.79086%201%201%202.79086%201%205V19C1%2021.2091%202.79086%2023%205%2023H19C21.2091%2023%2023%2021.2091%2023%2019V5C23%202.79086%2021.2091%201%2019%201H5Z%22%20fill%3D%22@{escaped-color}%22%2F%3E%3Cpath%20d%3D%22M13.25%207C13.25%206.30964%2012.6904%205.75%2012%205.75C11.3096%205.75%2010.75%206.30964%2010.75%207V10.75H7C6.30964%2010.75%205.75%2011.3096%205.75%2012C5.75%2012.6904%206.30964%2013.25%207%2013.25H10.75V17C10.75%2017.6904%2011.3096%2018.25%2012%2018.25C12.6904%2018.25%2013.25%2017.6904%2013.25%2017V13.25H17C17.6904%2013.25%2018.25%2012.6904%2018.25%2012C18.25%2011.3096%2017.6904%2010.75%2017%2010.75H13.25V7Z%22%20fill%3D%22@{escaped-color}%22%2F%3E%3C%2Fsvg%3E") !important;
+ &[style*="M19 3.5H5C4.17157 3.5"] {
+ background-image: url(~"data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M19%203.5H5C4.17157%203.5%203.5%204.17157%203.5%205V19C3.5%2019.8284%204.17157%2020.5%205%2020.5H19C19.8284%2020.5%2020.5%2019.8284%2020.5%2019V5C20.5%204.17157%2019.8284%203.5%2019%203.5ZM5%201C2.79086%201%201%202.79086%201%205V19C1%2021.2091%202.79086%2023%205%2023H19C21.2091%2023%2023%2021.2091%2023%2019V5C23%202.79086%2021.2091%201%2019%201H5Z%22%20fill%3D%22@{escaped-color}%22%2F%3E%3Cpath%20d%3D%22M13.25%207C13.25%206.30964%2012.6904%205.75%2012%205.75C11.3096%205.75%2010.75%206.30964%2010.75%207V10.75H7C6.30964%2010.75%205.75%2011.3096%205.75%2012C5.75%2012.6904%206.30964%2013.25%207%2013.25H10.75V17C10.75%2017.6904%2011.3096%2018.25%2012%2018.25C12.6904%2018.25%2013.25%2017.6904%2013.25%2017V13.25H17C17.6904%2013.25%2018.25%2012.6904%2018.25%2012C18.25%2011.3096%2017.6904%2010.75%2017%2010.75H13.25V7Z%22%20fill%3D%22@{escaped-color}%22%2F%3E%3C%2Fsvg%3E") !important;
+ }
+ &[style*="M12 4.75C12.6904 4.75"] {
+ background-image: url(~"data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%201C2.79086%201%201%202.79086%201%205V19C1%2021.2091%202.79086%2023%205%2023H19C21.2091%2023%2023%2021.2091%2023%2019V5C23%202.79086%2021.2091%201%2019%201H5ZM12%204.75C12.6904%204.75%2013.25%205.30964%2013.25%206V10.75H18C18.6904%2010.75%2019.25%2011.3096%2019.25%2012C19.25%2012.6904%2018.6904%2013.25%2018%2013.25H13.25V18C13.25%2018.6904%2012.6904%2019.25%2012%2019.25C11.3096%2019.25%2010.75%2018.6904%2010.75%2018V13.25H6C5.30964%2013.25%204.75%2012.6904%204.75%2012C4.75%2011.3096%205.30964%2010.75%206%2010.75H10.75V6C10.75%205.30964%2011.3096%204.75%2012%204.75Z%22%20fill%3D%22@{escaped-color}%22%2F%3E%3C%2Fsvg%3E") !important;
+ }
}
div[aria-label="Notifications"] div[style*="background-image"] {
From 8de2c4488e3405586fa5f28fba7f1cb76c43e890 Mon Sep 17 00:00:00 2001
From: nuexq <145666753+nuexq@users.noreply.github.com>
Date: Thu, 6 Feb 2025 13:23:53 +0100
Subject: [PATCH 52/76] fix(pinterest): active home-tab fix
---
styles/pinterest/catppuccin.user.less | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/styles/pinterest/catppuccin.user.less b/styles/pinterest/catppuccin.user.less
index a2c8a1b5fe..332c78a0f9 100644
--- a/styles/pinterest/catppuccin.user.less
+++ b/styles/pinterest/catppuccin.user.less
@@ -392,9 +392,15 @@
nav#VerticalNavContent {
@escaped-color: replace(~"@{subtext1}", "#", "%23");
+ @escaped-base: replace(~"@{base}", "#", "%23");
- a[data-test-id="home-tab"] div[aria-label="Home"] {
- background-image: url(~'data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M11.3217%200.307444C11.7345%200.0407477%2012.2654%200.0407477%2012.6782%200.307444L22.3616%206.56277C22.7181%206.79303%2022.9334%207.1884%2022.9334%207.61275V23.25H1.06653V7.61275C1.06653%207.1884%201.28181%206.79303%201.63826%206.56277L11.3217%200.307444ZM3.56653%208.2934V20.75H20.4334V8.2934L11.9999%202.84555L3.56653%208.2934Z%22%20fill%3D%22@{escaped-color}%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M14.25%2016.0469V20.5H14.2344V23H16.75V16.0469C16.75%2013.4235%2014.6234%2011.2969%2012%2011.2969C9.37665%2011.2969%207.25%2013.4235%207.25%2016.0469V23H9.75V20.5V20.1094V16.0469C9.75%2014.8042%2010.7574%2013.7969%2012%2013.7969C13.2426%2013.7969%2014.25%2014.8042%2014.25%2016.0469Z%22%20fill%3D%22@{escaped-color}%22%2F%3E%3C%2Fsvg%3E') !important;
+ a[data-test-id="home-tab"] div[aria-label="Home"] {
+ &[style*="M11.3217 0.307444C11.7345 0.0407477"] {
+ background-image: url(~'data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M11.3217%200.307444C11.7345%200.0407477%2012.2654%200.0407477%2012.6782%200.307444L22.3616%206.56277C22.7181%206.79303%2022.9334%207.1884%2022.9334%207.61275V23.25H1.06653V7.61275C1.06653%207.1884%201.28181%206.79303%201.63826%206.56277L11.3217%200.307444ZM3.56653%208.2934V20.75H20.4334V8.2934L11.9999%202.84555L3.56653%208.2934Z%22%20fill%3D%22@{escaped-color}%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M14.25%2016.0469V20.5H14.2344V23H16.75V16.0469C16.75%2013.4235%2014.6234%2011.2969%2012%2011.2969C9.37665%2011.2969%207.25%2013.4235%207.25%2016.0469V23H9.75V20.5V20.1094V16.0469C9.75%2014.8042%2010.7574%2013.7969%2012%2013.7969C13.2426%2013.7969%2014.25%2014.8042%2014.25%2016.0469Z%22%20fill%3D%22@{escaped-color}%22%2F%3E%3C%2Fsvg%3E') !important;
+ }
+ &[style*="M21.6834 22H2.31659V7.61275"] {
+ background-image: url(~"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M21.6834%2022H2.31659V7.61275L12%201.35742L21.6834%207.61275V22Z%22%20fill%3D%22@{escaped-color}%22%2F%3E%3Cpath%20d%3D%22M2.31659%2022H1.31659V23H2.31659V22ZM21.6834%2022V23H22.6834V22H21.6834ZM21.6834%207.61275H22.6834C22.6834%207.27327%2022.5112%206.95697%2022.226%206.77277L21.6834%207.61275ZM2.31659%207.61275L1.77398%206.77277C1.48882%206.95697%201.31659%207.27327%201.31659%207.61275H2.31659ZM12%201.35742L12.5426%200.51744C12.2123%200.304083%2011.7877%200.304083%2011.4574%200.51744L12%201.35742ZM2.31659%2023H21.6834V21H2.31659V23ZM22.6834%2022V7.61275H20.6834V22H22.6834ZM1.31659%207.61275V22H3.31659V7.61275H1.31659ZM22.226%206.77277L12.5426%200.51744L11.4574%202.1974L21.1408%208.45273L22.226%206.77277ZM11.4574%200.51744L1.77398%206.77277L2.8592%208.45273L12.5426%202.1974L11.4574%200.51744Z%22%20fill%3D%22@{escaped-color}%22%2F%3E%3Cpath%20d%3D%22M9.25%2017.0469C9.25%2015.5281%2010.4812%2014.2969%2012%2014.2969C13.5188%2014.2969%2014.75%2015.5281%2014.75%2017.0469V23.5293H9.25V17.0469Z%22%20fill%3D%22@{escaped-base}%22%2F%3E%3C%2Fsvg%3E") !important;
+ }
}
a[data-test-id="create-tab"] div[aria-label="Create"] {
From 7a3242d163705c382bd4ad95c803200e2412c301 Mon Sep 17 00:00:00 2001
From: nuexq <145666753+nuexq@users.noreply.github.com>
Date: Thu, 6 Feb 2025 13:46:08 +0100
Subject: [PATCH 53/76] fix(pinterest): catppuccin/no-redundant-parent-selector
and declaration-block-no-duplicate-custom-properties
---
styles/pinterest/catppuccin.user.less | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/styles/pinterest/catppuccin.user.less b/styles/pinterest/catppuccin.user.less
index 332c78a0f9..817da15b7d 100644
--- a/styles/pinterest/catppuccin.user.less
+++ b/styles/pinterest/catppuccin.user.less
@@ -117,7 +117,6 @@
--color-background-avatar-placeholder: @mantle;
--color-background-tabs-default-base: @base;
--color-background-tabs-default-hover: @surface0;
- --color-background-button-white-hover: @surface1;
--color-background-button-semitransparentwhite-default: fade(@base, 80%);
--color-background-button-semitransparentwhite-hover: @surface0;
--color-background-button-semitransparentdefault-default: fade(@surface1, 80%);
@@ -352,7 +351,7 @@
div#searchBoxContainer {
// search bar
- & > div {
+ > div {
background-color: @mantle !important;
}
From 19816025680097a07d1f6d2c4f29396e7ae7902e Mon Sep 17 00:00:00 2001
From: nuexq <145666753+nuexq@users.noreply.github.com>
Date: Thu, 6 Feb 2025 13:49:56 +0100
Subject: [PATCH 54/76] fix(pinterest): border-color: transparent instead of
border: none
---
styles/pinterest/catppuccin.user.less | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/styles/pinterest/catppuccin.user.less b/styles/pinterest/catppuccin.user.less
index 817da15b7d..b772269564 100644
--- a/styles/pinterest/catppuccin.user.less
+++ b/styles/pinterest/catppuccin.user.less
@@ -332,7 +332,7 @@
}
div[data-test-id='one-bar-pill-cover-image-container'] {
- border: none !important;
+ border-color: transparent !important;
}
div[data-test-id="one-bar-navigation-arrows"] {
From 56111e8f8d68ff0efd4c6877c19dfd93e879886b Mon Sep 17 00:00:00 2001
From: nuexq <145666753+nuexq@users.noreply.github.com>
Date: Thu, 6 Feb 2025 14:45:38 +0100
Subject: [PATCH 55/76] fix(pinterest): grey loading screen fix
---
styles/pinterest/catppuccin.user.less | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/styles/pinterest/catppuccin.user.less b/styles/pinterest/catppuccin.user.less
index b772269564..197d0257ad 100644
--- a/styles/pinterest/catppuccin.user.less
+++ b/styles/pinterest/catppuccin.user.less
@@ -236,6 +236,10 @@
.NUb {
color: var(--color-text-inverse);
}
+ // loading screen
+ .Jea.KS5.QLY.Rym._he.mQ8.zI7.iyn.Hsu {
+ background-color: @base !important;
+ }
// Profile button
// Invite collaborators buttons
From 1ef664c3a2be6ceb546bf79643975d95ec559733 Mon Sep 17 00:00:00 2001
From: nuexq <145666753+nuexq@users.noreply.github.com>
Date: Sat, 8 Feb 2025 13:03:19 +0100
Subject: [PATCH 56/76] fix(pinterest): adding messing variable
`--color-background-box-info-base`
---
styles/pinterest/catppuccin.user.less | 1 +
1 file changed, 1 insertion(+)
diff --git a/styles/pinterest/catppuccin.user.less b/styles/pinterest/catppuccin.user.less
index 197d0257ad..5c18d0c5f8 100644
--- a/styles/pinterest/catppuccin.user.less
+++ b/styles/pinterest/catppuccin.user.less
@@ -100,6 +100,7 @@
--color-background-box-selected: @accent;
--color-background-box-primary: @accent;
--color-background-box-secondary: @surface0;
+ --color-background-box-info-base: @blue;
--color-background-box-info-weak: fade(@blue, 20%);
--color-background-overlay: @surface0;
--color-background-popover-primary: @base;
From 53b03c9a6da8d2d17d4139b36502eec8515046fb Mon Sep 17 00:00:00 2001
From: nuexq <145666753+nuexq@users.noreply.github.com>
Date: Sat, 8 Feb 2025 13:10:31 +0100
Subject: [PATCH 57/76] fix(pinterest): Explore nav icon fix
---
styles/pinterest/catppuccin.user.less | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/styles/pinterest/catppuccin.user.less b/styles/pinterest/catppuccin.user.less
index 5c18d0c5f8..236265f8b2 100644
--- a/styles/pinterest/catppuccin.user.less
+++ b/styles/pinterest/catppuccin.user.less
@@ -442,6 +442,15 @@
background-image: url(~"data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url%28%23clip0_449_32472%29%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12%2016.25C9.653%2016.25%207.75%2014.347%207.75%2012C7.75%209.653%209.653%207.75%2012%207.75C14.347%207.75%2016.25%209.653%2016.25%2012C16.25%2014.347%2014.347%2016.25%2012%2016.25ZM12%200L1.5%206V18L12%2024L22.5%2018V6L12%200Z%22%20fill%3D%22@{escaped-color}%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_449_32472%22%3E%3Crect%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E") !important;
}
}
+
+ a[data-test-id="today-tab"] div[aria-label="Explore"] {
+ &[style*="clip0_449_32453"] {
+ background-image: url(~"data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url%28%23clip0_449_32453%29%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12%2021.5C17.2467%2021.5%2021.5%2017.2467%2021.5%2012C21.5%206.75329%2017.2467%202.5%2012%202.5C6.75329%202.5%202.5%206.75329%202.5%2012C2.5%2017.2467%206.75329%2021.5%2012%2021.5ZM12%2024C18.6274%2024%2024%2018.6274%2024%2012C24%205.37258%2018.6274%200%2012%200C5.37258%200%200%205.37258%200%2012C0%2018.6274%205.37258%2024%2012%2024Z%22%20fill%3D%22@{escaped-color}%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M18.3839%205.61609C18.7375%205.96967%2018.8463%206.49995%2018.6606%206.96423L15.7439%2014.2561C15.7415%2014.2624%2015.739%2014.2687%2015.7365%2014.275C15.4315%2015.0368%2014.8232%2015.6361%2014.0591%2015.9306L6.94891%2018.6666C6.48783%2018.844%205.9655%2018.7332%205.61615%2018.3839C5.2668%2018.0346%205.15597%2017.5123%205.33336%2017.0512L8.06803%209.94284C8.36219%209.17808%208.96156%208.56859%209.72491%208.26414L17.0357%205.33943C17.5%205.15369%2018.0303%205.26252%2018.3839%205.61609ZM13.4115%2013.3556C13.4126%2013.3531%2013.4136%2013.3505%2013.4146%2013.3479L15.2561%208.74398L10.6512%2010.5862C10.5376%2010.6315%2010.4466%2010.7228%2010.4014%2010.8402L8.67684%2015.323L13.1601%2013.5978C13.2734%2013.5541%2013.364%2013.4666%2013.4115%2013.3556Z%22%20fill%3D%22@{escaped-color}%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_449_32453%22%3E%3Crect%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E") !important;
+ }
+ &[style*="clip0_449_32464"] {
+ background-image: url(~"data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url%28%23clip0_449_32464%29%22%3E%3Cpath%20d%3D%22M12.8672%2012.9015C12.9835%2012.7854%2013.0757%2012.6476%2013.1386%2012.4958C13.2016%2012.3441%2013.234%2012.1815%2013.2341%2012.0172C13.2342%2011.8529%2013.202%2011.6903%2013.1392%2011.5385C13.0764%2011.3867%2012.9843%2011.2487%2012.8682%2011.1325C12.7522%2011.0163%2012.6143%2010.9241%2012.4626%2010.8611C12.3109%2010.7982%2012.1482%2010.7657%2011.984%2010.7656C11.8197%2010.7655%2011.657%2010.7978%2011.5052%2010.8606C11.3534%2010.9234%2011.2155%2011.0154%2011.0992%2011.1315C10.9832%2011.2477%2010.8911%2011.3857%2010.8283%2011.5375C10.7655%2011.6893%2010.7333%2011.8519%2010.7334%2012.0162C10.7336%2012.348%2010.8655%2012.666%2011.1002%2012.9005C11.335%2013.135%2011.6532%2013.2666%2011.985%2013.2664C12.3167%2013.2662%2012.6348%2013.1342%2012.8692%2012.8995L12.8672%2012.9015ZM15.1372%2014.0335C14.9302%2014.5505%2014.5172%2014.9575%2013.9982%2015.1575L5.61925%2018.3815L8.84225%2010.0045C9.04225%209.4845%209.44925%209.0715%209.96625%208.8655L18.5833%205.4185L15.1362%2014.0355L15.1372%2014.0335ZM20.4853%203.5145C15.7993%20-1.1715%208.20125%20-1.1715%203.51525%203.5145C-1.17175%208.2015%20-1.17175%2015.7995%203.51525%2020.4855C8.20125%2025.1715%2015.7993%2025.1715%2020.4853%2020.4855C25.1713%2015.7995%2025.1713%208.2005%2020.4853%203.5145Z%22%20fill%3D%22@{escaped-color}%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_449_32464%22%3E%3Crect%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E") !important;
+ }
+ }
}
/* Pins */
From 227f0825df2ab4d82c82412d3e8b9a32e9acec18 Mon Sep 17 00:00:00 2001
From: nuexq <145666753+nuexq@users.noreply.github.com>
Date: Sat, 8 Feb 2025 13:39:52 +0100
Subject: [PATCH 58/76] fix(pinterest): explore suggested-articles-link &
shopping-spotlight-article fix
---
styles/pinterest/catppuccin.user.less | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/styles/pinterest/catppuccin.user.less b/styles/pinterest/catppuccin.user.less
index 236265f8b2..bf2d8cbb5b 100644
--- a/styles/pinterest/catppuccin.user.less
+++ b/styles/pinterest/catppuccin.user.less
@@ -913,6 +913,18 @@
color: @text;
}
+ /* Explore */
+
+ div[data-test-id="suggested-articles-link"],
+ div[data-test-id="shopping-spotlight-article"] {
+ div[data-test-id="hero-module-subtitle"] div,
+ div[data-test-id="hero-module-title"] h2,
+ div[data-test-id="hero-module-title"] h3 {
+ color: if(@flavor = latte, @base, @text) !important;
+ }
+ }
+
+
/* Login */
div[data-test-id="signup-default-modal"],
From 4d26552b2e65f7986388f37a627f2b2496f9afa6 Mon Sep 17 00:00:00 2001
From: nuexq <145666753+nuexq@users.noreply.github.com>
Date: Sat, 8 Feb 2025 13:48:17 +0100
Subject: [PATCH 59/76] fix(pinterest): today article page header subtitle &
title color
---
styles/pinterest/catppuccin.user.less | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/styles/pinterest/catppuccin.user.less b/styles/pinterest/catppuccin.user.less
index bf2d8cbb5b..e50491ca6c 100644
--- a/styles/pinterest/catppuccin.user.less
+++ b/styles/pinterest/catppuccin.user.less
@@ -914,7 +914,8 @@
}
/* Explore */
-
+
+ // articles
div[data-test-id="suggested-articles-link"],
div[data-test-id="shopping-spotlight-article"] {
div[data-test-id="hero-module-subtitle"] div,
@@ -924,6 +925,13 @@
}
}
+ // today article header
+ div[data-test-id="today-article-header"] {
+ div[data-test-id="today-article-subtitle"] div,
+ div[data-test-id="today-article-title"] h1 {
+ color: if(@flavor = latte, @base, @text) !important;
+ }
+ }
/* Login */
From 9223ad7b15674d2fab483f82723708215f631533 Mon Sep 17 00:00:00 2001
From: nuexq <145666753+nuexq@users.noreply.github.com>
Date: Tue, 11 Feb 2025 12:34:54 +0100
Subject: [PATCH 60/76] fix(pinterest): fixing top and bottom gradient for
peek-variant
---
styles/pinterest/catppuccin.user.less | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/styles/pinterest/catppuccin.user.less b/styles/pinterest/catppuccin.user.less
index e50491ca6c..56a1ec01b9 100644
--- a/styles/pinterest/catppuccin.user.less
+++ b/styles/pinterest/catppuccin.user.less
@@ -1044,6 +1044,17 @@
}
}
+ // pin peek variant
+ div[data-test-id="peek-variant-shopping-module-container"] {
+ div[data-test-id="peek-variant-top-gradient"] {
+ background: linear-gradient(0deg, transparent 0%, @base 100%) !important;
+ }
+
+ div[style*="background: linear-gradient"]:not([data-test-id="peek-variant-top-gradient"]) {
+ background: linear-gradient(transparent 0%, @base 100%) !important;
+ }
+ }
+
// "more" buttom
[aria-label="more"] {
.NSs {
From 098a1f19a2c31908311c3dd7e1cea2080234f48e Mon Sep 17 00:00:00 2001
From: nuexq <145666753+nuexq@users.noreply.github.com>
Date: Tue, 11 Feb 2025 12:40:04 +0100
Subject: [PATCH 61/76] fix(pinterest): adding messing variables for
button-shopping
---
styles/pinterest/catppuccin.user.less | 2 ++
1 file changed, 2 insertions(+)
diff --git a/styles/pinterest/catppuccin.user.less b/styles/pinterest/catppuccin.user.less
index 56a1ec01b9..01a9fdcbc8 100644
--- a/styles/pinterest/catppuccin.user.less
+++ b/styles/pinterest/catppuccin.user.less
@@ -112,6 +112,8 @@
--color-background-button-secondary-active: @surface2;
--color-background-button-selected-default: @subtext1;
--color-background-button-tertiary-hover: @surface0;
+ --color-background-button-shopping-default: @blue;
+ --color-background-button-shopping-hover: darken(@blue, 12%);
--color-background-tag-primary-default: @surface1;
--color-background-button-disabled-default: @surface0;
--color-background-formfield-primary: @base;
From 2130cc506120c12916e67b8261aba6cddbf8892f Mon Sep 17 00:00:00 2001
From: nuexq <145666753+nuexq@users.noreply.github.com>
Date: Tue, 11 Feb 2025 12:46:42 +0100
Subject: [PATCH 62/76] fix(pinterest): border-color of divider in shopping pin
---
styles/pinterest/catppuccin.user.less | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/styles/pinterest/catppuccin.user.less b/styles/pinterest/catppuccin.user.less
index 01a9fdcbc8..5421ce357c 100644
--- a/styles/pinterest/catppuccin.user.less
+++ b/styles/pinterest/catppuccin.user.less
@@ -1057,6 +1057,13 @@
}
}
+ // pin shopping
+ div[data-testid="product-metadata-details-flex"] {
+ div[style*='border-top'] {
+ border-color: @surface0 !important;
+ }
+ }
+
// "more" buttom
[aria-label="more"] {
.NSs {
From fec37b9546a9eb816888d49a4a1280ba66cce432 Mon Sep 17 00:00:00 2001
From: nuexq <145666753+nuexq@users.noreply.github.com>
Date: Tue, 11 Feb 2025 12:54:19 +0100
Subject: [PATCH 63/76] fix(pinterest): product-sticky-container gradient
---
styles/pinterest/catppuccin.user.less | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/styles/pinterest/catppuccin.user.less b/styles/pinterest/catppuccin.user.less
index 5421ce357c..64b27bbfdb 100644
--- a/styles/pinterest/catppuccin.user.less
+++ b/styles/pinterest/catppuccin.user.less
@@ -1064,6 +1064,10 @@
}
}
+ div[id*="product-sticky-container"] div#imageContainerPerf div[style*="background-image"] {
+ background: linear-gradient(transparent 0%, @base 90%) !important;
+ }
+
// "more" buttom
[aria-label="more"] {
.NSs {
From e631135a479bc4df27ff48cd919bf2ea408e1fe9 Mon Sep 17 00:00:00 2001
From: nuexq <145666753+nuexq@users.noreply.github.com>
Date: Tue, 11 Feb 2025 12:59:31 +0100
Subject: [PATCH 64/76] fix(pinterest): product-sticky-container outline-box
colors
---
styles/pinterest/catppuccin.user.less | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/styles/pinterest/catppuccin.user.less b/styles/pinterest/catppuccin.user.less
index 64b27bbfdb..d13a042e16 100644
--- a/styles/pinterest/catppuccin.user.less
+++ b/styles/pinterest/catppuccin.user.less
@@ -1064,8 +1064,13 @@
}
}
- div[id*="product-sticky-container"] div#imageContainerPerf div[style*="background-image"] {
- background: linear-gradient(transparent 0%, @base 90%) !important;
+ div[id*="product-sticky-container"] div#imageContainerPerf {
+ div[style*="background-image"] {
+ background: linear-gradient(transparent 0%, @base 90%) !important;
+ }
+ div[data-test-id="outline-box"] {
+ box-shadow: @subtext1 0px 0px 0px 2px inset, @base 0px 0px 0px 4px inset !important;
+ }
}
// "more" buttom
From 874887223f60c1862f1ed5296957e472d24d1245 Mon Sep 17 00:00:00 2001
From: nuexq <145666753+nuexq@users.noreply.github.com>
Date: Tue, 11 Feb 2025 13:06:46 +0100
Subject: [PATCH 65/76] fix(pinterest): gradient for top of
product-sticky-container
---
styles/pinterest/catppuccin.user.less | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/styles/pinterest/catppuccin.user.less b/styles/pinterest/catppuccin.user.less
index d13a042e16..2506d34f24 100644
--- a/styles/pinterest/catppuccin.user.less
+++ b/styles/pinterest/catppuccin.user.less
@@ -1066,8 +1066,14 @@
div[id*="product-sticky-container"] div#imageContainerPerf {
div[style*="background-image"] {
- background: linear-gradient(transparent 0%, @base 90%) !important;
+ &[style*="linear-gradient(rgb(255, 255, 255)"] {
+ background: linear-gradient(@base 0%, transparent 90%) !important;
+ }
+ &[style*="linear-gradient(rgba(255, 255, 255, 0)"] {
+ background: linear-gradient(transparent 0%, @base 90%) !important;
+ }
}
+
div[data-test-id="outline-box"] {
box-shadow: @subtext1 0px 0px 0px 2px inset, @base 0px 0px 0px 4px inset !important;
}
From c1bb517f10230fe4ea3045421224ea8dc7940ec4 Mon Sep 17 00:00:00 2001
From: nuexq <145666753+nuexq@users.noreply.github.com>
Date: Tue, 11 Feb 2025 13:09:52 +0100
Subject: [PATCH 66/76] fix(pinterest): resolve unread notification causing
icon to lose style
---
styles/pinterest/catppuccin.user.less | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/styles/pinterest/catppuccin.user.less b/styles/pinterest/catppuccin.user.less
index 2506d34f24..1bd0121b52 100644
--- a/styles/pinterest/catppuccin.user.less
+++ b/styles/pinterest/catppuccin.user.less
@@ -418,7 +418,7 @@
}
}
- div[aria-label="Notifications"] div[style*="background-image"] {
+ div[aria-label*="Notifications"] div[style*="background-image"] {
&[style*="M16.5 14.227"] {
background-image: url(~"data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M16.5%2014.227V7C16.5%204.51471%2014.4853%202.5%2012%202.5C9.51471%202.5%207.5%204.51471%207.5%207V14.227L6.73561%2014.9643C6.26116%2015.422%205.84638%2015.9379%205.5032%2016.5H18.4968C18.1536%2015.9379%2017.7388%2015.422%2017.2644%2014.9643L16.5%2014.227ZM21.3013%2016.5C21.6365%2017.2867%2021.8745%2018.1248%2022%2019H2C2.12546%2018.1248%202.36354%2017.2867%202.69865%2016.5C3.23694%2015.2362%204.0256%2014.1049%205%2013.165V7C5%203.134%208.134%200%2012%200C15.866%200%2019%203.134%2019%207V13.165C19.9744%2014.1049%2020.7631%2015.2362%2021.3013%2016.5ZM15%2020.9998H9C9%2021.1702%209.01421%2021.3373%209.0415%2021.5C9.18134%2022.3334%209.66468%2023.0501%2010.341%2023.4998C10.8161%2023.8157%2011.3866%2023.9998%2012%2023.9998C12.6134%2023.9998%2013.1839%2023.8157%2013.659%2023.4998C14.3353%2023.0501%2014.8187%2022.3334%2014.9585%2021.5C14.9858%2021.3373%2015%2021.1702%2015%2020.9998Z%22%20fill%3D%22@{escaped-color}%22%2F%3E%3C%2Fsvg%3E") !important;
}
From 3b317b5a1db80a008767bc63b20a8bdb33a6f8a4 Mon Sep 17 00:00:00 2001
From: nuexq <145666753+nuexq@users.noreply.github.com>
Date: Tue, 11 Feb 2025 13:16:17 +0100
Subject: [PATCH 67/76] fix(pinterest): pin discover bubble text visibility
---
styles/pinterest/catppuccin.user.less | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/styles/pinterest/catppuccin.user.less b/styles/pinterest/catppuccin.user.less
index 1bd0121b52..0f667f105a 100644
--- a/styles/pinterest/catppuccin.user.less
+++ b/styles/pinterest/catppuccin.user.less
@@ -607,6 +607,11 @@
}
}
+ // pin discover bubble
+ div[data-test-id="discover-bubble"] div div {
+ color: if(@flavor = latte, @base, @text) !important;
+ }
+
// comment bar
div[data-test-id='comment-editor-container'] {
color: @text !important;
From 290a1b3c7184ad6e0a8e800748fa68bad07837e7 Mon Sep 17 00:00:00 2001
From: nuexq <145666753+nuexq@users.noreply.github.com>
Date: Tue, 11 Feb 2025 13:40:14 +0100
Subject: [PATCH 68/76] fix(pinterest): length-zero-no-unit fix
---
styles/pinterest/catppuccin.user.less | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/styles/pinterest/catppuccin.user.less b/styles/pinterest/catppuccin.user.less
index 0f667f105a..ab3db45f40 100644
--- a/styles/pinterest/catppuccin.user.less
+++ b/styles/pinterest/catppuccin.user.less
@@ -1080,7 +1080,7 @@
}
div[data-test-id="outline-box"] {
- box-shadow: @subtext1 0px 0px 0px 2px inset, @base 0px 0px 0px 4px inset !important;
+ box-shadow: @subtext1 0 0 0 2px inset, @base 0 0 0 4px inset !important;
}
}
From ace7e13fd6632735f6ab6bfe61fdf9a31555f76d Mon Sep 17 00:00:00 2001
From: nuexq <145666753+nuexq@users.noreply.github.com>
Date: Sat, 15 Feb 2025 13:07:47 +0100
Subject: [PATCH 69/76] fix(pinterest): notification/updates nav icon selector
changes
---
styles/pinterest/catppuccin.user.less | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/styles/pinterest/catppuccin.user.less b/styles/pinterest/catppuccin.user.less
index ab3db45f40..7d7215caec 100644
--- a/styles/pinterest/catppuccin.user.less
+++ b/styles/pinterest/catppuccin.user.less
@@ -418,7 +418,7 @@
}
}
- div[aria-label*="Notifications"] div[style*="background-image"] {
+ div[aria-label*="Updates"] div[aria-label*="Notifications"] {
&[style*="M16.5 14.227"] {
background-image: url(~"data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M16.5%2014.227V7C16.5%204.51471%2014.4853%202.5%2012%202.5C9.51471%202.5%207.5%204.51471%207.5%207V14.227L6.73561%2014.9643C6.26116%2015.422%205.84638%2015.9379%205.5032%2016.5H18.4968C18.1536%2015.9379%2017.7388%2015.422%2017.2644%2014.9643L16.5%2014.227ZM21.3013%2016.5C21.6365%2017.2867%2021.8745%2018.1248%2022%2019H2C2.12546%2018.1248%202.36354%2017.2867%202.69865%2016.5C3.23694%2015.2362%204.0256%2014.1049%205%2013.165V7C5%203.134%208.134%200%2012%200C15.866%200%2019%203.134%2019%207V13.165C19.9744%2014.1049%2020.7631%2015.2362%2021.3013%2016.5ZM15%2020.9998H9C9%2021.1702%209.01421%2021.3373%209.0415%2021.5C9.18134%2022.3334%209.66468%2023.0501%2010.341%2023.4998C10.8161%2023.8157%2011.3866%2023.9998%2012%2023.9998C12.6134%2023.9998%2013.1839%2023.8157%2013.659%2023.4998C14.3353%2023.0501%2014.8187%2022.3334%2014.9585%2021.5C14.9858%2021.3373%2015%2021.1702%2015%2020.9998Z%22%20fill%3D%22@{escaped-color}%22%2F%3E%3C%2Fsvg%3E") !important;
}
From 2a520da491332aa8cb16374f23c00bad0f244e80 Mon Sep 17 00:00:00 2001
From: nuexq <145666753+nuexq@users.noreply.github.com>
Date: Sat, 15 Feb 2025 13:13:28 +0100
Subject: [PATCH 70/76] fix(pinterest): svg unoptimized
---
styles/pinterest/catppuccin.user.less | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/styles/pinterest/catppuccin.user.less b/styles/pinterest/catppuccin.user.less
index 7d7215caec..43f05a4436 100644
--- a/styles/pinterest/catppuccin.user.less
+++ b/styles/pinterest/catppuccin.user.less
@@ -687,7 +687,7 @@
}
div div {
div[style*='background-image: url("https://s.pinimg.com/webapp/reactionHeartOutline-24ab75a6.svg")'] {
- @svg: escape('');
+ @svg: escape('');
background-image: url("data:image/svg+xml,@{svg}") !important;
}
div[style*='background-image: url("https://s.pinimg.com/webapp/loveStatic-31fc2a99.svg")'] {
From bac7dea0da79925ec46f2dc9b3013f0ddc1ca1fa Mon Sep 17 00:00:00 2001
From: uncenter <47499684+uncenter@users.noreply.github.com>
Date: Sat, 15 Feb 2025 18:21:01 +0000
Subject: [PATCH 71/76] fix(pinterest): run deno task lint:fix
---
styles/pinterest/catppuccin.user.less | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/styles/pinterest/catppuccin.user.less b/styles/pinterest/catppuccin.user.less
index 43f05a4436..791e2a073c 100644
--- a/styles/pinterest/catppuccin.user.less
+++ b/styles/pinterest/catppuccin.user.less
@@ -687,11 +687,11 @@
}
div div {
div[style*='background-image: url("https://s.pinimg.com/webapp/reactionHeartOutline-24ab75a6.svg")'] {
- @svg: escape('');
+ @svg: escape('');
background-image: url("data:image/svg+xml,@{svg}") !important;
}
div[style*='background-image: url("https://s.pinimg.com/webapp/loveStatic-31fc2a99.svg")'] {
- @svg: escape('');
+ @svg: escape('');
background-image: url("data:image/svg+xml,@{svg}") !important;
}
}
From cb7fa01da78bcb90723e12cef1541b82af61a7dd Mon Sep 17 00:00:00 2001
From: nuexq <145666753+nuexq@users.noreply.github.com>
Date: Sun, 16 Feb 2025 21:51:56 +0100
Subject: [PATCH 72/76] fix(pinterest): change notification nav icon selectors
because of the change
---
styles/pinterest/catppuccin.user.less | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/styles/pinterest/catppuccin.user.less b/styles/pinterest/catppuccin.user.less
index 791e2a073c..dd8c15593b 100644
--- a/styles/pinterest/catppuccin.user.less
+++ b/styles/pinterest/catppuccin.user.less
@@ -418,7 +418,7 @@
}
}
- div[aria-label*="Updates"] div[aria-label*="Notifications"] {
+ div[aria-label*="Notifications"] div[style*="background-image"] {
&[style*="M16.5 14.227"] {
background-image: url(~"data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M16.5%2014.227V7C16.5%204.51471%2014.4853%202.5%2012%202.5C9.51471%202.5%207.5%204.51471%207.5%207V14.227L6.73561%2014.9643C6.26116%2015.422%205.84638%2015.9379%205.5032%2016.5H18.4968C18.1536%2015.9379%2017.7388%2015.422%2017.2644%2014.9643L16.5%2014.227ZM21.3013%2016.5C21.6365%2017.2867%2021.8745%2018.1248%2022%2019H2C2.12546%2018.1248%202.36354%2017.2867%202.69865%2016.5C3.23694%2015.2362%204.0256%2014.1049%205%2013.165V7C5%203.134%208.134%200%2012%200C15.866%200%2019%203.134%2019%207V13.165C19.9744%2014.1049%2020.7631%2015.2362%2021.3013%2016.5ZM15%2020.9998H9C9%2021.1702%209.01421%2021.3373%209.0415%2021.5C9.18134%2022.3334%209.66468%2023.0501%2010.341%2023.4998C10.8161%2023.8157%2011.3866%2023.9998%2012%2023.9998C12.6134%2023.9998%2013.1839%2023.8157%2013.659%2023.4998C14.3353%2023.0501%2014.8187%2022.3334%2014.9585%2021.5C14.9858%2021.3373%2015%2021.1702%2015%2020.9998Z%22%20fill%3D%22@{escaped-color}%22%2F%3E%3C%2Fsvg%3E") !important;
}
From 92bd39f5380654debb52d8bd95c5b0ac772fd91f Mon Sep 17 00:00:00 2001
From: nuexq <145666753+nuexq@users.noreply.github.com>
Date: Tue, 18 Feb 2025 19:41:41 +0100
Subject: [PATCH 73/76] fix(pinterest): better selectors for loading screen
---
styles/pinterest/catppuccin.user.less | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/styles/pinterest/catppuccin.user.less b/styles/pinterest/catppuccin.user.less
index dd8c15593b..76e4b5621e 100644
--- a/styles/pinterest/catppuccin.user.less
+++ b/styles/pinterest/catppuccin.user.less
@@ -240,7 +240,7 @@
color: var(--color-text-inverse);
}
// loading screen
- .Jea.KS5.QLY.Rym._he.mQ8.zI7.iyn.Hsu {
+ .mainContainer > div[style*="0.5"] {
background-color: @base !important;
}
From f2242f366399614d36ca3e6b09e853ea3add57b1 Mon Sep 17 00:00:00 2001
From: nuexq <145666753+nuexq@users.noreply.github.com>
Date: Tue, 18 Feb 2025 21:35:40 +0100
Subject: [PATCH 74/76] fix(pinterest): right way to use SVG's on nav icons
---
styles/pinterest/catppuccin.user.less | 44 ++++++++++++++++-----------
1 file changed, 27 insertions(+), 17 deletions(-)
diff --git a/styles/pinterest/catppuccin.user.less b/styles/pinterest/catppuccin.user.less
index 76e4b5621e..296a9bfef6 100644
--- a/styles/pinterest/catppuccin.user.less
+++ b/styles/pinterest/catppuccin.user.less
@@ -397,60 +397,70 @@
/* Nav */
nav#VerticalNavContent {
- @escaped-color: replace(~"@{subtext1}", "#", "%23");
- @escaped-base: replace(~"@{base}", "#", "%23");
-
- a[data-test-id="home-tab"] div[aria-label="Home"] {
+ a[data-test-id="home-tab"] div[aria-label="Home"] {
&[style*="M11.3217 0.307444C11.7345 0.0407477"] {
- background-image: url(~'data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M11.3217%200.307444C11.7345%200.0407477%2012.2654%200.0407477%2012.6782%200.307444L22.3616%206.56277C22.7181%206.79303%2022.9334%207.1884%2022.9334%207.61275V23.25H1.06653V7.61275C1.06653%207.1884%201.28181%206.79303%201.63826%206.56277L11.3217%200.307444ZM3.56653%208.2934V20.75H20.4334V8.2934L11.9999%202.84555L3.56653%208.2934Z%22%20fill%3D%22@{escaped-color}%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M14.25%2016.0469V20.5H14.2344V23H16.75V16.0469C16.75%2013.4235%2014.6234%2011.2969%2012%2011.2969C9.37665%2011.2969%207.25%2013.4235%207.25%2016.0469V23H9.75V20.5V20.1094V16.0469C9.75%2014.8042%2010.7574%2013.7969%2012%2013.7969C13.2426%2013.7969%2014.25%2014.8042%2014.25%2016.0469Z%22%20fill%3D%22@{escaped-color}%22%2F%3E%3C%2Fsvg%3E') !important;
+ @svg: escape('');
+ background-image: url(~'data:image/svg+xml,@{svg}') !important;
}
&[style*="M21.6834 22H2.31659V7.61275"] {
- background-image: url(~"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M21.6834%2022H2.31659V7.61275L12%201.35742L21.6834%207.61275V22Z%22%20fill%3D%22@{escaped-color}%22%2F%3E%3Cpath%20d%3D%22M2.31659%2022H1.31659V23H2.31659V22ZM21.6834%2022V23H22.6834V22H21.6834ZM21.6834%207.61275H22.6834C22.6834%207.27327%2022.5112%206.95697%2022.226%206.77277L21.6834%207.61275ZM2.31659%207.61275L1.77398%206.77277C1.48882%206.95697%201.31659%207.27327%201.31659%207.61275H2.31659ZM12%201.35742L12.5426%200.51744C12.2123%200.304083%2011.7877%200.304083%2011.4574%200.51744L12%201.35742ZM2.31659%2023H21.6834V21H2.31659V23ZM22.6834%2022V7.61275H20.6834V22H22.6834ZM1.31659%207.61275V22H3.31659V7.61275H1.31659ZM22.226%206.77277L12.5426%200.51744L11.4574%202.1974L21.1408%208.45273L22.226%206.77277ZM11.4574%200.51744L1.77398%206.77277L2.8592%208.45273L12.5426%202.1974L11.4574%200.51744Z%22%20fill%3D%22@{escaped-color}%22%2F%3E%3Cpath%20d%3D%22M9.25%2017.0469C9.25%2015.5281%2010.4812%2014.2969%2012%2014.2969C13.5188%2014.2969%2014.75%2015.5281%2014.75%2017.0469V23.5293H9.25V17.0469Z%22%20fill%3D%22@{escaped-base}%22%2F%3E%3C%2Fsvg%3E") !important;
+ @svg: escape('');
+ background-image: url(~'data:image/svg+xml,@{svg}') !important;
}
}
a[data-test-id="create-tab"] div[aria-label="Create"] {
&[style*="M19 3.5H5C4.17157 3.5"] {
- background-image: url(~"data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M19%203.5H5C4.17157%203.5%203.5%204.17157%203.5%205V19C3.5%2019.8284%204.17157%2020.5%205%2020.5H19C19.8284%2020.5%2020.5%2019.8284%2020.5%2019V5C20.5%204.17157%2019.8284%203.5%2019%203.5ZM5%201C2.79086%201%201%202.79086%201%205V19C1%2021.2091%202.79086%2023%205%2023H19C21.2091%2023%2023%2021.2091%2023%2019V5C23%202.79086%2021.2091%201%2019%201H5Z%22%20fill%3D%22@{escaped-color}%22%2F%3E%3Cpath%20d%3D%22M13.25%207C13.25%206.30964%2012.6904%205.75%2012%205.75C11.3096%205.75%2010.75%206.30964%2010.75%207V10.75H7C6.30964%2010.75%205.75%2011.3096%205.75%2012C5.75%2012.6904%206.30964%2013.25%207%2013.25H10.75V17C10.75%2017.6904%2011.3096%2018.25%2012%2018.25C12.6904%2018.25%2013.25%2017.6904%2013.25%2017V13.25H17C17.6904%2013.25%2018.25%2012.6904%2018.25%2012C18.25%2011.3096%2017.6904%2010.75%2017%2010.75H13.25V7Z%22%20fill%3D%22@{escaped-color}%22%2F%3E%3C%2Fsvg%3E") !important;
+ @svg: escape('');
+ background-image: url("data:image/svg+xml,@{svg}") !important;
}
&[style*="M12 4.75C12.6904 4.75"] {
- background-image: url(~"data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%201C2.79086%201%201%202.79086%201%205V19C1%2021.2091%202.79086%2023%205%2023H19C21.2091%2023%2023%2021.2091%2023%2019V5C23%202.79086%2021.2091%201%2019%201H5ZM12%204.75C12.6904%204.75%2013.25%205.30964%2013.25%206V10.75H18C18.6904%2010.75%2019.25%2011.3096%2019.25%2012C19.25%2012.6904%2018.6904%2013.25%2018%2013.25H13.25V18C13.25%2018.6904%2012.6904%2019.25%2012%2019.25C11.3096%2019.25%2010.75%2018.6904%2010.75%2018V13.25H6C5.30964%2013.25%204.75%2012.6904%204.75%2012C4.75%2011.3096%205.30964%2010.75%206%2010.75H10.75V6C10.75%205.30964%2011.3096%204.75%2012%204.75Z%22%20fill%3D%22@{escaped-color}%22%2F%3E%3C%2Fsvg%3E") !important;
+ @svg: escape('');
+ background-image: url("data:image/svg+xml,@{svg}") !important;
}
}
- div[aria-label*="Notifications"] div[style*="background-image"] {
+ div[aria-label*="Notifications"] div[style*="background-image"],
+ div[aria-label="Updates"] div[aria-label*="Notifications"] {
&[style*="M16.5 14.227"] {
- background-image: url(~"data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M16.5%2014.227V7C16.5%204.51471%2014.4853%202.5%2012%202.5C9.51471%202.5%207.5%204.51471%207.5%207V14.227L6.73561%2014.9643C6.26116%2015.422%205.84638%2015.9379%205.5032%2016.5H18.4968C18.1536%2015.9379%2017.7388%2015.422%2017.2644%2014.9643L16.5%2014.227ZM21.3013%2016.5C21.6365%2017.2867%2021.8745%2018.1248%2022%2019H2C2.12546%2018.1248%202.36354%2017.2867%202.69865%2016.5C3.23694%2015.2362%204.0256%2014.1049%205%2013.165V7C5%203.134%208.134%200%2012%200C15.866%200%2019%203.134%2019%207V13.165C19.9744%2014.1049%2020.7631%2015.2362%2021.3013%2016.5ZM15%2020.9998H9C9%2021.1702%209.01421%2021.3373%209.0415%2021.5C9.18134%2022.3334%209.66468%2023.0501%2010.341%2023.4998C10.8161%2023.8157%2011.3866%2023.9998%2012%2023.9998C12.6134%2023.9998%2013.1839%2023.8157%2013.659%2023.4998C14.3353%2023.0501%2014.8187%2022.3334%2014.9585%2021.5C14.9858%2021.3373%2015%2021.1702%2015%2020.9998Z%22%20fill%3D%22@{escaped-color}%22%2F%3E%3C%2Fsvg%3E") !important;
+ @svg: escape('');
+ background-image: url("data:image/svg+xml,@{svg}") !important;
}
&[style*="clip0_449_32470"] {
- background-image: url(~"data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url%28%23clip0_449_32470%29%22%3E%3Cpath%20d%3D%22M19%207V13.165C20.581%2014.69%2021.673%2016.719%2022%2019H2C2.327%2016.719%203.419%2014.69%205%2013.165V7C5%203.134%208.134%200%2012%200C15.866%200%2019%203.134%2019%207Z%22%20fill%3D%22@{escaped-color}%22%2F%3E%3Cpath%20d%3D%22M15%2020.9998C15%2022.6568%2013.657%2023.9998%2012%2023.9998C10.343%2023.9998%209%2022.6568%209%2020.9998H15Z%22%20fill%3D%22@{escaped-color}%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_449_32470%22%3E%3Crect%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E") !important;
+ @svg: escape('');
+ background-image: url(~"data:image/svg+xml,@{svg}") !important;
}
}
div[data-test-id="notifications-button"] div[style*="background-image"] {
&[style*="clip0_800_18532"] {
- background-image: url(~"data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url%28%23clip0_800_18532%29%22%3E%3Crect%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M4.6831%2018.2737L4.84947%2017.6551L4.44456%2017.1588C3.07314%2015.4778%202.25%2013.3365%202.25%2011C2.25%205.61536%206.61536%201.25%2012%201.25C17.3846%201.25%2021.75%205.61536%2021.75%2011C21.75%2016.3846%2017.3846%2020.75%2012%2020.75C10.6917%2020.75%209.44625%2020.4881%208.30368%2020.0202L7.75509%2019.7956L7.23401%2020.0782L3.67907%2022.0065L4.6831%2018.2737Z%22%20stroke%3D%22@{escaped-color}%22%20stroke-width%3D%222.5%22%2F%3E%3Ccircle%20cx%3D%226.99219%22%20cy%3D%2211.0078%22%20r%3D%221.5%22%20fill%3D%22@{escaped-color}%22%2F%3E%3Cpath%20d%3D%22M13.4961%2011.0078C13.4961%2011.8362%2012.8245%2012.5078%2011.9961%2012.5078C11.1677%2012.5078%2010.4961%2011.8362%2010.4961%2011.0078C10.4961%2010.1794%2011.1677%209.50781%2011.9961%209.50781C12.8245%209.50781%2013.4961%2010.1794%2013.4961%2011.0078Z%22%20fill%3D%22@{escaped-color}%22%2F%3E%3Ccircle%20cx%3D%2217%22%20cy%3D%2211.0078%22%20r%3D%221.5%22%20fill%3D%22@{escaped-color}%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_800_18532%22%3E%3Crect%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E") !important;
+ @svg: escape('');
+ background-image: url("data:image/svg+xml,@{svg}") !important;
}
&[style*="clip0_449_32468"] {
- background-image: url(~"data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url%28%23clip0_449_32468%29%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M18%2012.5C17.172%2012.5%2016.5%2011.829%2016.5%2011C16.5%2010.171%2017.172%209.5%2018%209.5C18.828%209.5%2019.5%2010.171%2019.5%2011C19.5%2011.829%2018.828%2012.5%2018%2012.5ZM12%2012.5C11.172%2012.5%2010.5%2011.829%2010.5%2011C10.5%2010.171%2011.172%209.5%2012%209.5C12.828%209.5%2013.5%2010.171%2013.5%2011C13.5%2011.829%2012.828%2012.5%2012%2012.5ZM6%209.5C6.828%209.5%207.5%2010.171%207.5%2011C7.5%2011.829%206.828%2012.5%206%2012.5C5.172%2012.5%204.5%2011.829%204.5%2011C4.5%2010.171%205.172%209.5%206%209.5ZM12%200C5.925%200%201%204.925%201%2011C1%2013.636%201.93%2016.054%203.476%2017.949L2.016%2023.377C1.909%2023.805%202.366%2024.151%202.749%2023.933L7.83%2021.177C9.117%2021.704%2010.523%2022%2012%2022C18.075%2022%2023%2017.075%2023%2011C23%204.925%2018.075%200%2012%200Z%22%20fill%3D%22@{escaped-color}%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_449_32468%22%3E%3Crect%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E") !important;
+ @svg: escape('');
+ background-image: url("data:image/svg+xml,@{svg}") !important;
}
}
div[data-test-id="vertical-nav-more-options-button"] div[aria-label="More options"] {
&[style*="clip0_449_32461"] {
- background-image: url(~"data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url%28%23clip0_449_32461%29%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4%207.45081V16.5492L12%2021.1206L20%2016.5492V7.45081L12%202.87938L4%207.45081ZM12%200L1.5%206V18L12%2024L22.5%2018V6L12%200Z%22%20fill%3D%22@{escaped-color}%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12%209C10.3431%209%209%2010.3431%209%2012C9%2013.6569%2010.3431%2015%2012%2015C13.6569%2015%2015%2013.6569%2015%2012C15%2010.3431%2013.6569%209%2012%209ZM6.5%2012C6.5%208.96243%208.96243%206.5%2012%206.5C15.0376%206.5%2017.5%208.96243%2017.5%2012C17.5%2015.0376%2015.0376%2017.5%2012%2017.5C8.96243%2017.5%206.5%2015.0376%206.5%2012Z%22%20fill%3D%22@{escaped-color}%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_449_32461%22%3E%3Crect%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E") !important;
+ @svg: escape('');
+ background-image: url("data:image/svg+xml,@{svg}") !important;
}
&[style*="clip0_449_32472"] {
- background-image: url(~"data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url%28%23clip0_449_32472%29%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12%2016.25C9.653%2016.25%207.75%2014.347%207.75%2012C7.75%209.653%209.653%207.75%2012%207.75C14.347%207.75%2016.25%209.653%2016.25%2012C16.25%2014.347%2014.347%2016.25%2012%2016.25ZM12%200L1.5%206V18L12%2024L22.5%2018V6L12%200Z%22%20fill%3D%22@{escaped-color}%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_449_32472%22%3E%3Crect%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E") !important;
+ @svg: escape('');
+ background-image: url("data:image/svg+xml,@{svg}") !important;
}
}
a[data-test-id="today-tab"] div[aria-label="Explore"] {
&[style*="clip0_449_32453"] {
- background-image: url(~"data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url%28%23clip0_449_32453%29%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12%2021.5C17.2467%2021.5%2021.5%2017.2467%2021.5%2012C21.5%206.75329%2017.2467%202.5%2012%202.5C6.75329%202.5%202.5%206.75329%202.5%2012C2.5%2017.2467%206.75329%2021.5%2012%2021.5ZM12%2024C18.6274%2024%2024%2018.6274%2024%2012C24%205.37258%2018.6274%200%2012%200C5.37258%200%200%205.37258%200%2012C0%2018.6274%205.37258%2024%2012%2024Z%22%20fill%3D%22@{escaped-color}%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M18.3839%205.61609C18.7375%205.96967%2018.8463%206.49995%2018.6606%206.96423L15.7439%2014.2561C15.7415%2014.2624%2015.739%2014.2687%2015.7365%2014.275C15.4315%2015.0368%2014.8232%2015.6361%2014.0591%2015.9306L6.94891%2018.6666C6.48783%2018.844%205.9655%2018.7332%205.61615%2018.3839C5.2668%2018.0346%205.15597%2017.5123%205.33336%2017.0512L8.06803%209.94284C8.36219%209.17808%208.96156%208.56859%209.72491%208.26414L17.0357%205.33943C17.5%205.15369%2018.0303%205.26252%2018.3839%205.61609ZM13.4115%2013.3556C13.4126%2013.3531%2013.4136%2013.3505%2013.4146%2013.3479L15.2561%208.74398L10.6512%2010.5862C10.5376%2010.6315%2010.4466%2010.7228%2010.4014%2010.8402L8.67684%2015.323L13.1601%2013.5978C13.2734%2013.5541%2013.364%2013.4666%2013.4115%2013.3556Z%22%20fill%3D%22@{escaped-color}%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_449_32453%22%3E%3Crect%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E") !important;
+ @svg: escape('');
+ background-image: url("data:image/svg+xml,@{svg}") !important;
}
&[style*="clip0_449_32464"] {
- background-image: url(~"data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url%28%23clip0_449_32464%29%22%3E%3Cpath%20d%3D%22M12.8672%2012.9015C12.9835%2012.7854%2013.0757%2012.6476%2013.1386%2012.4958C13.2016%2012.3441%2013.234%2012.1815%2013.2341%2012.0172C13.2342%2011.8529%2013.202%2011.6903%2013.1392%2011.5385C13.0764%2011.3867%2012.9843%2011.2487%2012.8682%2011.1325C12.7522%2011.0163%2012.6143%2010.9241%2012.4626%2010.8611C12.3109%2010.7982%2012.1482%2010.7657%2011.984%2010.7656C11.8197%2010.7655%2011.657%2010.7978%2011.5052%2010.8606C11.3534%2010.9234%2011.2155%2011.0154%2011.0992%2011.1315C10.9832%2011.2477%2010.8911%2011.3857%2010.8283%2011.5375C10.7655%2011.6893%2010.7333%2011.8519%2010.7334%2012.0162C10.7336%2012.348%2010.8655%2012.666%2011.1002%2012.9005C11.335%2013.135%2011.6532%2013.2666%2011.985%2013.2664C12.3167%2013.2662%2012.6348%2013.1342%2012.8692%2012.8995L12.8672%2012.9015ZM15.1372%2014.0335C14.9302%2014.5505%2014.5172%2014.9575%2013.9982%2015.1575L5.61925%2018.3815L8.84225%2010.0045C9.04225%209.4845%209.44925%209.0715%209.96625%208.8655L18.5833%205.4185L15.1362%2014.0355L15.1372%2014.0335ZM20.4853%203.5145C15.7993%20-1.1715%208.20125%20-1.1715%203.51525%203.5145C-1.17175%208.2015%20-1.17175%2015.7995%203.51525%2020.4855C8.20125%2025.1715%2015.7993%2025.1715%2020.4853%2020.4855C25.1713%2015.7995%2025.1713%208.2005%2020.4853%203.5145Z%22%20fill%3D%22@{escaped-color}%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_449_32464%22%3E%3Crect%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E") !important;
+ @svg: escape('');
+ background-image: url("data:image/svg+xml,@{svg}") !important;
}
}
}
From 1dea41e8882435baa24611dd55470ed30ece12cd Mon Sep 17 00:00:00 2001
From: nuexq <145666753+nuexq@users.noreply.github.com>
Date: Sat, 22 Feb 2025 18:17:33 +0100
Subject: [PATCH 75/76] fix(pinterest): deno task lint:fix
---
styles/pinterest/catppuccin.user.less | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/styles/pinterest/catppuccin.user.less b/styles/pinterest/catppuccin.user.less
index 296a9bfef6..0658b91aab 100644
--- a/styles/pinterest/catppuccin.user.less
+++ b/styles/pinterest/catppuccin.user.less
@@ -399,22 +399,22 @@
nav#VerticalNavContent {
a[data-test-id="home-tab"] div[aria-label="Home"] {
&[style*="M11.3217 0.307444C11.7345 0.0407477"] {
- @svg: escape('');
+ @svg: escape('');
background-image: url(~'data:image/svg+xml,@{svg}') !important;
}
&[style*="M21.6834 22H2.31659V7.61275"] {
- @svg: escape('');
+ @svg: escape('');
background-image: url(~'data:image/svg+xml,@{svg}') !important;
}
}
a[data-test-id="create-tab"] div[aria-label="Create"] {
&[style*="M19 3.5H5C4.17157 3.5"] {
- @svg: escape('');
+ @svg: escape('');
background-image: url("data:image/svg+xml,@{svg}") !important;
}
&[style*="M12 4.75C12.6904 4.75"] {
- @svg: escape('');
+ @svg: escape('');
background-image: url("data:image/svg+xml,@{svg}") !important;
}
}
@@ -422,44 +422,44 @@
div[aria-label*="Notifications"] div[style*="background-image"],
div[aria-label="Updates"] div[aria-label*="Notifications"] {
&[style*="M16.5 14.227"] {
- @svg: escape('');
+ @svg: escape('');
background-image: url("data:image/svg+xml,@{svg}") !important;
}
&[style*="clip0_449_32470"] {
- @svg: escape('');
+ @svg: escape('');
background-image: url(~"data:image/svg+xml,@{svg}") !important;
}
}
div[data-test-id="notifications-button"] div[style*="background-image"] {
&[style*="clip0_800_18532"] {
- @svg: escape('');
+ @svg: escape('');
background-image: url("data:image/svg+xml,@{svg}") !important;
}
&[style*="clip0_449_32468"] {
- @svg: escape('');
+ @svg: escape('');
background-image: url("data:image/svg+xml,@{svg}") !important;
}
}
div[data-test-id="vertical-nav-more-options-button"] div[aria-label="More options"] {
&[style*="clip0_449_32461"] {
- @svg: escape('');
+ @svg: escape('');
background-image: url("data:image/svg+xml,@{svg}") !important;
}
&[style*="clip0_449_32472"] {
- @svg: escape('');
+ @svg: escape('');
background-image: url("data:image/svg+xml,@{svg}") !important;
}
}
a[data-test-id="today-tab"] div[aria-label="Explore"] {
&[style*="clip0_449_32453"] {
- @svg: escape('');
+ @svg: escape('');
background-image: url("data:image/svg+xml,@{svg}") !important;
}
&[style*="clip0_449_32464"] {
- @svg: escape('');
+ @svg: escape('');
background-image: url("data:image/svg+xml,@{svg}") !important;
}
}
From 7332e045e3dee41da45ad5383951120a68b13383 Mon Sep 17 00:00:00 2001
From: nuexq <145666753+nuexq@users.noreply.github.com>
Date: Sat, 22 Feb 2025 23:14:34 +0100
Subject: [PATCH 76/76] fix(pinterest): new Notification icon selectors change
they keep changing it
---
styles/pinterest/catppuccin.user.less | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/styles/pinterest/catppuccin.user.less b/styles/pinterest/catppuccin.user.less
index 0658b91aab..809cffdb62 100644
--- a/styles/pinterest/catppuccin.user.less
+++ b/styles/pinterest/catppuccin.user.less
@@ -420,7 +420,7 @@
}
div[aria-label*="Notifications"] div[style*="background-image"],
- div[aria-label="Updates"] div[aria-label*="Notifications"] {
+ div[aria-label="Updates"] div[aria-label*="Updates"] {
&[style*="M16.5 14.227"] {
@svg: escape('');
background-image: url("data:image/svg+xml,@{svg}") !important;