curaflow/lab.css

15 lines
266 B
CSS

.ai-report-card {
background: linear-gradient(135deg, var(--secondary), #4F46E5);
color: white;
border: none;
}
.ai-report-card h3 {
margin-bottom: 1rem;
color: white !important;
}
.ai-report-card small {
color: rgba(255, 255, 255, 0.8);
}