Improve badge colors

This commit is contained in:
TwinProduction 2021-08-19 21:52:03 -04:00 committed by Chris
parent 1cbee5b732
commit 1a8452f375

View File

@ -113,7 +113,7 @@ func getBadgeColorFromUptime(uptime float64) string {
return "#ccc311"
} else if uptime >= 0.8 {
return "#ccb311"
} else if uptime >= 0.5 {
} else if uptime >= 0.65 {
return "#cc8111"
}
return "#c7130a"