Improve text colors

This commit is contained in:
Herman Schaaf
2016-02-07 12:54:07 +08:00
parent d1a47740bd
commit 2b4d94a0fd

View File

@@ -49,15 +49,15 @@
float: right;
}
.percentage.danger {
color: #F32F22;
color: #C61E1E;
}
.percentage.info {
}
.percentage.warning {
color: #F39922;
color: #C6761E;
}
.percentage.success {
color: #82F322;
color: #4CC61E;
}
.results-text {
font-size: 1.4em;