/* Embers Server Status — dot colour overrides for warn / err states */

.status .v.warn { color: #fbbf24; }
.status .v.warn .dot {
	background: #fbbf24;
	box-shadow: 0 0 12px #fbbf24;
}

.status .v.err { color: #f87171; }
.status .v.err .dot {
	background: #f87171;
	box-shadow: 0 0 12px #f87171;
}
