Skip to content

Commit

Permalink
Untangling: fix sidebar upsell color for Default scheme (#37064)
Browse files Browse the repository at this point in the history
  • Loading branch information
fushar authored Apr 25, 2024
1 parent b584cda commit dc3a690
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: other

Untangling: fix sidebar upsells on Default color scheme to follow Core's
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ $color-neutral-100-rgb: $studio-gray-100-rgb; // Calypso --color-neutral-100-rgb
// Sidebar Nudges
$menu-nudge-background: $studio-white;
$menu-nudge-text-color: $studio-black;
$menu-nudge-cta-background: $studio-pink;
$menu-nudge-cta-background: #2271b1;
$menu-nudge-cta-color: $studio-white;
$menu-nudge-cta-background-hover: $studio-pink-60;
$menu-nudge-cta-background-hover: #135e96;

0 comments on commit dc3a690

Please sign in to comment.