mirror of
https://github.com/mastodon/mastodon.git
synced 2025-07-15 16:58:14 +00:00
Change color of pinned carousel to avoid confusion with PMs (#35056)
This commit is contained in:
parent
7c4393e719
commit
af6ee7f230
|
@ -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);
|
||||
}
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user