File size: 206 Bytes
7b74392
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.totalIncomeRow{
  background-color: #e6f7ff;
  font-weight: bold;
}

.totalExpenseRow {
  background-color: #fff2e8;
  font-weight: bold;
}

.profitRow {
  background-color: #f6ffed;
  font-weight: bold;
}