patx/projectpay
fix line items table
Commit 51e81c8 · patx · 2026-06-28T16:35:29-04:00
Comments
No comments yet.
Diff
diff --git a/templates/base.html b/templates/base.html
index 33c8c3a..35b4ba4 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -113,9 +113,7 @@
gap: 12px;
}
.project-card,
- .payment-card,
- .invoice-line-card,
- .invoice-summary {
+ .payment-card {
background: #fff;
border: 1px solid #ddd;
border-radius: 8px;
@@ -123,6 +121,13 @@
text-decoration: none;
padding: 14px;
}
+ .invoice-line-card,
+ .invoice-summary {
+ background: #fff;
+ color: inherit;
+ text-decoration: none;
+ padding: 14px;
+ }
.project-card-main {
display: grid;
grid-template-columns: minmax(0, 1fr) auto;