Display zero values in grey

This commit is contained in:
2021-12-07 20:35:49 +00:00
parent 8c9c78a789
commit 5f4c5d9d51
3 changed files with 14 additions and 2 deletions

View File

@ -1,3 +1,7 @@
html {
font-size: 16px;
}
#head {
height:160px;
line-height: 160px;
@ -63,4 +67,7 @@ body {
.negative {
color: #d50000;
}
.zero {
color: #888888;
}