style: Change yellow material source badge to white

- Changed .source-badge.static background from yellow (#fff3cd) to white
- Updated text color from #856404 to neutral #6c757d
- Changed border from yellow (#ffeaa7) to neutral gray (#dee2e6)
- Improves readability and consistency with other badges

Customer feedback: Task 12 - Change yellow material box to white
This commit is contained in:
alexpolo1
2025-11-05 08:02:21 +00:00
parent 47cb55b8f9
commit 54d0e44930
@@ -650,9 +650,9 @@
}
.source-badge.static {
background: #fff3cd;
color: #856404;
border-color: #ffeaa7;
background: white;
color: #6c757d;
border: 1px solid #dee2e6;
}
/* Detailed material item styles */