mixup colors fixed. color of resource to be discusses still

This commit is contained in:
Julie Lenaerts 2022-03-01 15:49:37 +01:00
parent 83760cc980
commit cefa304fb5

View File

@ -13,12 +13,12 @@
} }
.budget-table { .budget-table {
th.charge { th.charge {
background-color: #6d9e63; background-color: #e03851;
} }
} }
.budget-table { .budget-table {
th.resource { th.resource {
background-color: #e03851; background-color: #9bcebd;
} }
} }
.budget-table { .budget-table {