From 1c51bb6ced493e4b78be028924975127cf8bf8a9 Mon Sep 17 00:00:00 2001 From: Peter Stockings Date: Fri, 27 Feb 2026 10:29:54 +1100 Subject: [PATCH] Remove dark TW classes from exercise history table --- templates/partials/exercise_history.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/templates/partials/exercise_history.html b/templates/partials/exercise_history.html index 7bd7099..9d12ef4 100644 --- a/templates/partials/exercise_history.html +++ b/templates/partials/exercise_history.html @@ -1,6 +1,6 @@ {% if offset == 0 %}
+ class="w-full bg-gray-50 p-4 border-t border-gray-200 shadow-inner overflow-x-auto">

{{ title }}

@@ -10,7 +10,7 @@