add stat_orange to nox

This commit is contained in:
Azareal 2020-02-05 12:44:02 +10:00
parent 4ae2200760
commit 07afdd9f71
1 changed files with 3 additions and 0 deletions

View File

@ -123,6 +123,9 @@
.stat_green {
background-color: rgb(68,88,68);
}
.stat_orange {
background-color: rgb(88,78,68);
}
.stat_red {
background-color: rgb(88,68,68);
}