frontend / app /components /IncomeStatement /styles.module.css
hakeemsyd's picture
Hook transaction endpoint (#3)
7b74392 verified
Raw
History Blame
206 Bytes
.totalIncomeRow{
background-color: #e6f7ff;
font-weight: bold;
}
.totalExpenseRow {
background-color: #fff2e8;
font-weight: bold;
}
.profitRow {
background-color: #f6ffed;
font-weight: bold;
}