patx/projectpay

fix line items table

Commit 51e81c8 · patx · 2026-06-28T16:35:29-04:00

Changeset
51e81c8b1ab4a867613bfbca8d24ed699b39fb63
Parents
46a5aff60b04cf35eb59627c1a5e29e21dad02ec

View source at this commit

Comments

No comments yet.

Log in to comment

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;