Tweak svc status colors

This commit is contained in:
billz 2020-02-02 15:34:53 +00:00
parent 95383b81c0
commit 36e4d5baf0
1 changed files with 3 additions and 3 deletions

View File

@ -131,15 +131,15 @@ i.fa.fa-bars:hover{
}
.service-status-up {
color: green;
color: #a1ec38;
}
.service-status-warn {
color: yellow;
color: #f6f044;
}
.service-status-down {
color: red;
color: #f80107;
animation: flash 1s linear infinite;
}
@keyframes flash {