colors now comply with mockup

This commit is contained in:
thilo 2020-03-22 13:30:19 +01:00
parent ab78e6adf3
commit ece528b441

View file

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