Change colors of "notifying" text

This commit is contained in:
ohartl 2016-05-23 17:36:28 +02:00
parent c3c78de871
commit 333d84a1d1

View file

@ -20,11 +20,11 @@ hr.invisible {
}
.text-warning {
color: #cbc600;
color: #ADA900;
}
.text-success {
color: #69d169;
color: #39AD00;
}