From 068b04c0004e38a760c463589d45c7cfd090eec8 Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Thu, 22 Jan 2026 15:19:00 -1000 Subject: Complete dark translucent theme for all templates Update all HTML templates to match terst.org styling: - Dark semi-transparent backgrounds (bg-black/60) - White text with opacity variants for hierarchy - Glass effect with backdrop-blur - Dark form inputs with subtle borders - Updated modals and FAB button - Login page with background image Co-Authored-By: Claude Opus 4.5 --- web/templates/partials/plantoeat-meals.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'web/templates/partials/plantoeat-meals.html') diff --git a/web/templates/partials/plantoeat-meals.html b/web/templates/partials/plantoeat-meals.html index 78e403e..1f016ef 100644 --- a/web/templates/partials/plantoeat-meals.html +++ b/web/templates/partials/plantoeat-meals.html @@ -1,19 +1,19 @@ {{define "plantoeat-meals"}} -
+
-

Upcoming Meals

+

Upcoming Meals

{{if .Meals}}
{{range .Meals}} -
-

{{.RecipeName}}

+
+

{{.RecipeName}}

- {{.Date.Format "Mon, Jan 2"}} - + {{.Date.Format "Mon, Jan 2"}} + {{.MealType}}
@@ -22,11 +22,11 @@
{{else}}
- + -

No meals planned

-

+

No meals planned

+

Schedule your meals to see them here.

-- cgit v1.2.3