Merge pull request #5855 from beganovich/v5-2905-plan-balance-due-primary

(v5) "Plain": Make balance due/outstanding label follow primary color
This commit is contained in:
Benjamin Beganović 2021-05-29 13:40:49 +02:00 committed by GitHub
commit a2c9d247e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

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