Skip to content

Commit fd29d4e

Browse files
pedanticdevLuqman Saeed
andauthored
Fix G1 UI colors to be neutral (#6)
Co-authored-by: Luqman Saeed <[email protected]>
1 parent 2729a99 commit fd29d4e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/webapp/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@
435435
font-size: 0.85em;
436436
}
437437
.badge.azul { background: #dbeafe; color: #1e40af; }
438-
.badge.standard { background: #fee2e2; color: #991b1b; }
438+
.badge.standard { background: #dbeafe; color: #1e40af; }
439439

440440
.metrics-grid {
441441
display: grid;
@@ -1246,7 +1246,7 @@ <h3>System Log</h3>
12461246
if (instanceName.includes('c4')) {
12471247
instanceEl.style.color = '#10b981'; // green for C4
12481248
} else if (instanceName.includes('g1')) {
1249-
instanceEl.style.color = '#ef4444'; // red for G1
1249+
instanceEl.style.color = '#10b981'; // same as c4
12501250
} else {
12511251
instanceEl.style.color = '#2563eb'; // blue for unknown
12521252
}

0 commit comments

Comments
 (0)