add stat_orange to nox
This commit is contained in:
parent
4ae2200760
commit
07afdd9f71
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue