1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 13:12:50 +01:00

Make balance due/outstanding value follow primary color

This commit is contained in:
Benjamin Beganović 2021-05-29 13:39:20 +02:00
parent 5b2a5a1c18
commit bd8127807c

View File

@ -159,6 +159,10 @@
#footer {
margin-top: 30px;
}
[data-ref="totals_table-outstanding"] {
color: var(--primary-color)
}
</style>
<div id="header"></div>