Various formating nits

This commit is contained in:
Andreas Wrede
2026-04-13 09:27:51 -04:00
parent 80edfba0c0
commit 35bba451f5
2 changed files with 4 additions and 3 deletions
+3 -3
View File
@@ -34,7 +34,7 @@
border-left: 4px solid #ddd;
}
.summary-card.critical { border-left-color: #f44336; }
.summary-card.critical { border-left-color: #ea1e0f; }
.summary-card.warning { border-left-color: #ff9800; }
.summary-card.ok { border-left-color: #4caf50; }
@@ -44,7 +44,7 @@
line-height: 1;
}
.summary-number.critical { color: #f44336; }
.summary-number.critical { color: #ea1e0f; }
.summary-number.warning { color: #ff9800; }
.summary-number.ok { color: #4caf50; }
@@ -109,7 +109,7 @@
}
.alert-item.acknowledged {
opacity: 0.6;
opacity: 0.8;
background: #f0f0f0;
}