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