Fix upsell status card text visibility — status-card--cta overrides redesign CSS

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-24 19:01:05 +02:00
parent b912ff22bc
commit e7189fa882
2 changed files with 10 additions and 3 deletions
+7
View File
@@ -272,6 +272,13 @@ select:focus-visible {
box-shadow: var(--dbn-shadow-paper);
color: var(--dbn-muted);
}
.status-card--cta {
background: linear-gradient(135deg, #00205b, #003478) !important;
border: none !important;
border-left: none !important;
color: #fff !important;
}
.status-card--cta p { color: #fff !important; opacity: 1; }
.workspace {
gap: clamp(14px, 2vw, 22px);