From 54c43fd0524de89e99daf79d889376c15ba3b7f6 Mon Sep 17 00:00:00 2001 From: Andreas Knuth Date: Wed, 25 Feb 2026 10:50:45 -0600 Subject: [PATCH] new css --- public/index.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index c21ad6d..fa4066a 100644 --- a/public/index.html +++ b/public/index.html @@ -54,7 +54,13 @@ #quote-items input, #quote-items select { border: 1.5px solid #9ca3af !important; - } + } + #invoice-items > div, + #quote-items > div, + #invoice-items .border, + #quote-items .border { + border: 1.5px solid #9ca3af !important; + }