Change color of pinned carousel to avoid confusion with PMs (#35056)

This commit is contained in:
Echo 2025-06-16 17:32:59 +02:00 committed by GitHub
parent 7c4393e719
commit af6ee7f230
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 7 deletions

View File

@ -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);
}

View File

@ -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);