From af6ee7f23000cd94457ce6175f9faf47525e006c Mon Sep 17 00:00:00 2001 From: Echo Date: Mon, 16 Jun 2025 17:32:59 +0200 Subject: [PATCH] Change color of pinned carousel to avoid confusion with PMs (#35056) --- app/javascript/styles/mastodon-light/diff.scss | 6 ------ app/javascript/styles/mastodon/components.scss | 1 - 2 files changed, 7 deletions(-) diff --git a/app/javascript/styles/mastodon-light/diff.scss b/app/javascript/styles/mastodon-light/diff.scss index ebaac66a5..b2534ed26 100644 --- a/app/javascript/styles/mastodon-light/diff.scss +++ b/app/javascript/styles/mastodon-light/diff.scss @@ -530,9 +530,3 @@ a.sparkline { opacity: 0.25; } } - -.featured-carousel { - background: var(--nested-card-background); - border-bottom: var(--nested-card-border); - color: var(--nested-card-text); -} diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index 72393e62b..29bf272ca 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -11151,7 +11151,6 @@ noscript { } .featured-carousel { - background: var(--surface-background-color); overflow: hidden; flex-shrink: 0; border-bottom: 1px solid var(--background-border-color);