summaryrefslogtreecommitdiff
path: root/app/templates/home.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/templates/home.html')
-rw-r--r--app/templates/home.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/app/templates/home.html b/app/templates/home.html
index b492d1e..99da96c 100644
--- a/app/templates/home.html
+++ b/app/templates/home.html
@@ -19,20 +19,20 @@
<div class="tile is-ancestor has-text-centered">
<div class="tile is-parent">
<article class="tile is-child box">
- <p class="title">%sets%</p>
- <p class="subtitle">Sets Completed</p>
+ <p class="title has-text-black">%sets%</p>
+ <p class="subtitle has-text-black">Sets Completed</p>
</article>
</div>
<div class="tile is-parent">
<article class="tile is-child box">
- <p class="title">%workouts_completed%</p>
- <p class="subtitle">Workouts Completed</p>
+ <p class="title has-text-black">%workouts_completed%</p>
+ <p class="subtitle has-text-black">Workouts Completed</p>
</article>
</div>
<div class="tile is-parent">
<article class="tile is-child box">
- <p class="title">%workouts%</p>
- <p class="subtitle">Workouts</p>
+ <p class="title has-text-black">%workouts%</p>
+ <p class="subtitle has-text-black">Workouts</p>
</article>
</div>
<!-- Something else?