colors now comply with mockup

This commit is contained in:
thilo 2020-03-22 13:30:19 +01:00
parent ab78e6adf3
commit ece528b441
1 changed files with 2 additions and 2 deletions

View File

@ -96,12 +96,12 @@
font-weight: bold;
}
.risk-chance.success {
color: green;
color: #62E160;
}
.risk-chance.warning {
color: orange;
}
.risk-chance.alert {
color: red;
color: #E94A47;
}
</style>