[Glitch] Change color of pinned carousel to avoid confusion with PMs

Port af6ee7f230 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Echo
2025-06-16 17:32:59 +02:00
committed by Claire
parent d17e4d11d0
commit cbdd4b68c7
2 changed files with 0 additions and 7 deletions

View File

@@ -11438,7 +11438,6 @@ noscript {
}
.featured-carousel {
background: var(--surface-background-color);
overflow: hidden;
flex-shrink: 0;
border-bottom: 1px solid var(--background-border-color);

View File

@@ -583,9 +583,3 @@ a.sparkline {
opacity: 0.25;
}
}
.featured-carousel {
background: var(--nested-card-background);
border-bottom: var(--nested-card-border);
color: var(--nested-card-text);
}