|
1 | 1 | <div class="benchmark-report"> |
2 | 2 | <style> |
| 3 | + .benchmark-report, .benchmark-report * { |
| 4 | + color-scheme: light only; |
| 5 | + } |
3 | 6 | .benchmark-report { |
4 | 7 | font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif; |
5 | | - color: #111827; |
| 8 | + color: #111827 !important; |
| 9 | + background: #ffffff !important; |
6 | 10 | line-height: 1.6; |
| 11 | + padding: 2rem; |
| 12 | + border-radius: 8px; |
7 | 13 | } |
8 | 14 | .benchmark-report .container { |
9 | 15 | max-width: 1100px; |
10 | 16 | margin: 0; |
11 | 17 | background: transparent; |
12 | 18 | padding: 0; |
13 | 19 | } |
14 | | - h1 { font-size: 2rem; margin-bottom: 0.5rem; color: #111827; } |
15 | | - .subtitle { color: #6b7280; margin-bottom: 2rem; } |
16 | | - .chart-section { margin-top: 2rem; padding-top: 1.5rem; border-top: 2px solid #e5e7eb; } |
17 | | - .chart-section h2 { font-size: 1.25rem; margin-bottom: 0.75rem; } |
18 | | - .chart-container { max-width: 900px; margin: 0 auto 2rem; } |
19 | | - .batch-section { margin-top: 2rem; padding-top: 1.5rem; border-top: 2px solid #e5e7eb; } |
20 | | - .batch-section h2 { font-size: 1.25rem; margin-bottom: 0.75rem; } |
21 | | - .results-table { width: 100%; border-collapse: collapse; margin-bottom: 1rem; } |
22 | | - .results-table th, .results-table td { |
| 20 | + .benchmark-report h1 { font-size: 2rem; margin-bottom: 0.5rem; color: #111827 !important; } |
| 21 | + .benchmark-report h2 { color: #111827 !important; } |
| 22 | + .benchmark-report h3 { color: #374151 !important; } |
| 23 | + .benchmark-report p { color: #111827 !important; } |
| 24 | + .benchmark-report .subtitle { color: #6b7280 !important; margin-bottom: 2rem; } |
| 25 | + .benchmark-report .chart-section { margin-top: 2rem; padding-top: 1.5rem; border-top: 2px solid #e5e7eb; } |
| 26 | + .benchmark-report .chart-section h2 { font-size: 1.25rem; margin-bottom: 0.75rem; } |
| 27 | + .benchmark-report .chart-container { max-width: 900px; margin: 0 auto 2rem; } |
| 28 | + .benchmark-report .batch-section { margin-top: 2rem; padding-top: 1.5rem; border-top: 2px solid #e5e7eb; } |
| 29 | + .benchmark-report .batch-section h2 { font-size: 1.25rem; margin-bottom: 0.75rem; } |
| 30 | + .benchmark-report .results-table { width: 100%; border-collapse: collapse; margin-bottom: 1rem; } |
| 31 | + .benchmark-report .results-table th, .benchmark-report .results-table td { |
23 | 32 | padding: 0.5rem 0.75rem; text-align: left; |
24 | 33 | border-bottom: 1px solid #e5e7eb; font-size: 0.875rem; |
| 34 | + color: #111827 !important; |
25 | 35 | } |
26 | | - .results-table th { background: #f9fafb; font-weight: 600; color: #374151; } |
27 | | - .results-table td.number { text-align: right; font-variant-numeric: tabular-nums; } |
28 | | - .winner { font-weight: 600; color: #10b981; } |
29 | | - .system-info { margin-top: 2rem; padding-top: 2rem; border-top: 2px solid #e5e7eb; } |
30 | | - .system-info h3 { font-size: 1.125rem; margin-bottom: 0.75rem; color: #374151; } |
31 | | - .system-table { width: 100%; border-collapse: collapse; } |
32 | | - .system-table td { |
| 36 | + .benchmark-report .results-table th { background: #f9fafb; font-weight: 600; color: #374151 !important; } |
| 37 | + .benchmark-report .results-table td.number { text-align: right; font-variant-numeric: tabular-nums; } |
| 38 | + .benchmark-report .winner td { font-weight: 600; color: #10b981 !important; } |
| 39 | + .benchmark-report .system-info { margin-top: 2rem; padding-top: 2rem; border-top: 2px solid #e5e7eb; } |
| 40 | + .benchmark-report .system-info h3 { font-size: 1.125rem; margin-bottom: 0.75rem; color: #374151 !important; } |
| 41 | + .benchmark-report .system-table { width: 100%; border-collapse: collapse; } |
| 42 | + .benchmark-report .system-table td { |
33 | 43 | padding: 0.375rem 0.5rem; border-bottom: 1px solid #e5e7eb; font-size: 0.875rem; |
| 44 | + color: #111827 !important; |
34 | 45 | } |
35 | | - .system-table td:first-child { font-weight: 600; color: #6b7280; width: 160px; } |
| 46 | + .benchmark-report .system-table td:first-child { font-weight: 600; color: #6b7280 !important; width: 160px; } |
36 | 47 | </style> |
37 | 48 | <script src="https://cdn.jsdelivr.net/npm/chart.js@4"></script> |
38 | 49 | <div class="container"> |
|
0 commit comments