Display zero values in grey
This commit is contained in:
@ -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;
|
||||
}
|
Reference in New Issue
Block a user