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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user