update
This commit is contained in:
@@ -138,24 +138,28 @@ export class UplStatuspageStatusmonth extends DeesElement {
|
||||
}
|
||||
|
||||
.statusDay.operational {
|
||||
background: ${cssManager.bdTheme('#10b981', '#10b981')};
|
||||
background: #22c55e;
|
||||
}
|
||||
|
||||
.statusDay.degraded {
|
||||
background: ${cssManager.bdTheme('#f59e0b', '#f59e0b')};
|
||||
background: #fbbf24;
|
||||
}
|
||||
|
||||
.statusDay.partial_outage {
|
||||
background: ${cssManager.bdTheme('#ef4444', '#ef4444')};
|
||||
background: #f87171;
|
||||
}
|
||||
|
||||
.statusDay.major_outage {
|
||||
background: ${cssManager.bdTheme('#dc2626', '#dc2626')};
|
||||
background: #ef4444;
|
||||
}
|
||||
|
||||
.statusDay.maintenance {
|
||||
background: #60a5fa;
|
||||
}
|
||||
|
||||
.statusDay.no-data {
|
||||
background: ${cssManager.bdTheme('#f3f4f6', '#27272a')};
|
||||
opacity: 0.5;
|
||||
background: ${cssManager.bdTheme('#e5e7eb', '#27272a')};
|
||||
opacity: 0.6;
|
||||
}
|
||||
|
||||
.statusDay.empty {
|
||||
|
||||
Reference in New Issue
Block a user