|
31 | 31 | .ux-hero { |
32 | 32 | border-radius: 16px; |
33 | 33 | border: 1px solid rgba(37, 99, 235, 0.22); |
34 | | - background: radial-gradient(circle at 15% 20%, rgba(59, 130, 246, 0.20), rgba(255, 255, 255, 0.98) 40%), |
35 | | - linear-gradient(120deg, rgba(37, 99, 235, 0.08), rgba(15, 23, 42, 0.03)); |
| 34 | + background: |
| 35 | + radial-gradient( |
| 36 | + circle at 15% 20%, |
| 37 | + rgba(59, 130, 246, 0.20), |
| 38 | + rgba(255, 255, 255, 0.98) 40% |
| 39 | + ), |
| 40 | + linear-gradient(120deg, rgba(37, 99, 235, 0.08), rgba(15, 23, 42, 0.03)); |
36 | 41 | padding: 1.05rem 1.15rem; |
37 | 42 | margin: 0.2rem 0 0.9rem 0; |
38 | 43 | } |
@@ -148,7 +153,10 @@ def _metric_card(label: str, value: str, icon: str) -> None: |
148 | 153 |
|
149 | 154 | _hero_card( |
150 | 155 | "Operations and Reliability Console", |
151 | | - "Monitor health checks, API pacing, cache behavior, and admin controls in a single operational view.", |
| 156 | + ( |
| 157 | + "Monitor health checks, API pacing, cache behavior, and admin controls " |
| 158 | + "in a single operational view." |
| 159 | + ), |
152 | 160 | eyebrow="Open Data Ops", |
153 | 161 | ) |
154 | 162 |
|
|
0 commit comments