clean up some fields. Increase font size and contrast

This commit is contained in:
2026-07-11 20:08:37 -04:00
parent 23cbd6f2bf
commit eea4683c5b
9 changed files with 32 additions and 69 deletions
+10 -5
View File
@@ -6,24 +6,28 @@
/* Wood tones */
--color-wood-dark: #4A2810; /* dark mahogany — nav, headings */
--color-wood-mid: #8B5E3C; /* medium walnut — buttons, interactive */
--color-wood-mid: #6B4527; /* dark walnut — buttons, interactive (darkened for contrast) */
--color-wood-light: #B5842A; /* brass — hover states, focus rings */
/* Text */
--color-text: #2C1A0E; /* near-black brown — body copy */
--color-text-muted: #7A5C42; /* faded oak — labels, secondary info */
--color-text-muted: #5A3D22; /* dark oak — labels, secondary info (darkened for contrast) */
--color-text-on-dark: #F2E8D5; /* parchment — text on dark backgrounds */
/* Status */
--color-status-open: #8B5E3C; /* walnut */
--color-status-inprogress:#B5842A; /* brass */
--color-status-done: #5C7A42; /* muted forest green */
--color-status-open: #6B4527; /* dark walnut */
--color-status-inprogress:#7A5419; /* dark brass */
--color-status-done: #47602F; /* muted forest green */
--color-status-paid: #3D5C2A; /* deeper green */
--font-heading: Georgia, 'Times New Roman', serif;
--font-body: system-ui, sans-serif;
}
html {
font-size: 150%; /* Dad's eyes aren't what they used to be */
}
* { box-sizing: border-box; }
body {
@@ -372,6 +376,7 @@ button.danger {
}
@media print {
html { font-size: 100%; } /* keep the printed invoice at normal scale so it still fits one page */
.no-print { display: none !important; }
body { background: white; }
.invoice { box-shadow: none; padding: 0; }