patx/projectpay
fix line items table
Commit 46a5aff · patx · 2026-06-28T16:29:28-04:00
Comments
No comments yet.
Diff
diff --git a/templates/_invoice_line_items.html b/templates/_invoice_line_items.html
index bbeb782..b669742 100644
--- a/templates/_invoice_line_items.html
+++ b/templates/_invoice_line_items.html
@@ -1,4 +1,4 @@
-<section class="line-items-section">
+<section class="line-items-section" style="background-color:white;">
<div class="invoice-line-list">
{% for item in project.line_items %}
<article class="invoice-line-card">