From e6d9f861e6517911cc05dd20500f21bb25dff666 Mon Sep 17 00:00:00 2001 From: Jon Seager Date: Thu, 5 Feb 2026 11:11:44 +0000 Subject: [PATCH] style(tables): normalize text styling to match brews table Replace bold amber (font-semibold text-amber-800) with medium stone (font-medium text-stone-800) across roaster, roast, cafe, and cup list templates to match the brews table convention. --- templates/partials/cafe_list.html | 2 +- templates/partials/cup_list.html | 4 ++-- templates/partials/roast_list.html | 2 +- templates/partials/roaster_list.html | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/partials/cafe_list.html b/templates/partials/cafe_list.html index 6fadc15..ab1f941 100644 --- a/templates/partials/cafe_list.html +++ b/templates/partials/cafe_list.html @@ -38,7 +38,7 @@ {{ cafe.created_at }} - + {{ cafe.name }} diff --git a/templates/partials/cup_list.html b/templates/partials/cup_list.html index ee2ab20..953491d 100644 --- a/templates/partials/cup_list.html +++ b/templates/partials/cup_list.html @@ -36,12 +36,12 @@ {{ cup.created_at }} - {{ cup.roast_name }} +
{{ cup.roast_name }}
{{ cup.roaster_name }} - {{ cup.cafe_name }} + {{ cup.cafe_name }} {{ cup.rating }} diff --git a/templates/partials/roast_list.html b/templates/partials/roast_list.html index ffc45f9..1f9e9fe 100644 --- a/templates/partials/roast_list.html +++ b/templates/partials/roast_list.html @@ -41,7 +41,7 @@ {{ roast.created_at }} - {{ roast.name }} +
{{ roast.name }}
{{ roast.roaster_label }} diff --git a/templates/partials/roaster_list.html b/templates/partials/roaster_list.html index ee083c3..068d495 100644 --- a/templates/partials/roaster_list.html +++ b/templates/partials/roaster_list.html @@ -38,7 +38,7 @@ {{ roaster.created_at }} - + {{ roaster.name }}