diff --git a/styles/pinterest/catppuccin.user.less b/styles/pinterest/catppuccin.user.less index 1f0dc97fe1..af136b70ea 100644 --- a/styles/pinterest/catppuccin.user.less +++ b/styles/pinterest/catppuccin.user.less @@ -42,6 +42,7 @@ --sema-color-background-default: @base; --sema-color-background-secondary: @surface0; + --sema-color-background-subtle: fade(@surface0, 50%); --sema-color-hover-background-secondary: @surface1; --sema-color-background-tertiary: @overlay0; // send message to conversation button --sema-color-hover-background-tertiary: @overlay2; @@ -78,6 +79,8 @@ @base, 50% ); + --comp-button-color-hover-background-transparent-default: var(--sema-color-background-subtle); + --comp-button-color-pressed-background-transparent-defaul: var(--sema-color-background-subtle); [data-test-id="more-description-container"] { background-color: @base !important; @@ -134,6 +137,9 @@ [aria-label="You have new Updates"] { --sema-color-text-light: @base; // notification badge } + [data-test-id="sidebar-container"] { + border-color: var(--sema-color-border-decorative) !important; + } // Explore [data-test-id="topic-rep-title"] { --sema-color-text-inverse: @text; // Explore categories @@ -238,9 +244,6 @@ /* suggestion bar */ --sema-color-pressed-background-secondary: @surface2; - [data-test-id="one-bar-pill"] { - --sema-color-text-dark: if(@flavor = latte, @text, @base); - } [data-test-id="one-bar-navigation-arrows"] { &[style*="to left"]:not([style*="to right"]) { background: linear-gradient(to left, @base, transparent 40px) @@ -259,6 +262,7 @@ [data-test-id="multi-select-filter-fade-bottom-edge"] { background: linear-gradient(0deg, @base 0%, transparent 100%) !important; } + --comp-searchguide-color-text-default: if(@flavor = latte, @text, @base); /* Toasts */ --comp-toast-color-background-default: @overlay2;