|
|
@@ -145,12 +145,12 @@ onUnmounted(() => {
|
|
|
box-shadow: 0 0 6px var(--green);
|
|
|
}
|
|
|
.is-critical .bar-dot { background: var(--red); box-shadow: 0 0 6px var(--red); }
|
|
|
-.bar-label { font-size: 18px; font-weight: 700; letter-spacing: .04em; color: #f0f6fc; }
|
|
|
-.bar-right { display: flex; gap: 10px; align-items: center; font-size: 13px; color: #8aa8c2; }
|
|
|
+.bar-label { font-size: 18px; font-weight: 700; letter-spacing: .04em; color: #ffffff; }
|
|
|
+.bar-right { display: flex; gap: 12px; align-items: center; font-size: 13px; color: #b0c8de; }
|
|
|
.bar-status { color: var(--green); }
|
|
|
.is-critical .bar-status { color: var(--red); }
|
|
|
.bar-divider { color: #2a3d4e; }
|
|
|
-.bar-time { font-variant-numeric: tabular-nums; color: #c4d6e8; font-size: 14px; }
|
|
|
+.bar-time { font-variant-numeric: tabular-nums; color: #ffffff; font-size: 15px; font-weight: 600; }
|
|
|
|
|
|
/* === Readouts === */
|
|
|
.readouts {
|