diff options
| author | stilbruch <stilbruch@protonmail.com> | 2022-04-06 12:21:57 -0500 |
|---|---|---|
| committer | stilbruch <stilbruch@protonmail.com> | 2022-04-06 12:21:57 -0500 |
| commit | 6c477a7c8a7e5a26c85635e0b855dcc3e2a8ae4c (patch) | |
| tree | 20af335259e50b6e7f656aabe940cb229499e800 /app/templates/home.html | |
| parent | afc5d4f9b6d7e5dffcded802552d817ccfbfb960 (diff) | |
| download | Strengthy-6c477a7c8a7e5a26c85635e0b855dcc3e2a8ae4c.tar.xz Strengthy-6c477a7c8a7e5a26c85635e0b855dcc3e2a8ae4c.zip | |
Modify Create a Workout page
Diffstat (limited to 'app/templates/home.html')
| -rw-r--r-- | app/templates/home.html | 12 |
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? |
