aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorMark Powers <markppowers0@gmail.com>2020-09-05 14:48:11 -0500
committerMark Powers <markppowers0@gmail.com>2020-09-05 14:48:11 -0500
commitad244411564f5563bc6f10a65833f4225698bdf5 (patch)
treed77725f503239902a41da96c3e9962681314b20c /index.html
parent8196c21f3af4b8085bb64d032ae1ea32a8218336 (diff)
Refactor forecast, add forecast styles
Diffstat (limited to 'index.html')
-rw-r--r--index.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/index.html b/index.html
index 70ae21e..1ee3622 100644
--- a/index.html
+++ b/index.html
@@ -77,14 +77,14 @@
<image id="day3icon"></image>
</tr>
<tr>
- <td id="day1high"></td>
- <td id="day2high"></td>
- <td id="day3high"></td>
+ <td id="day1high" class="high"></td>
+ <td id="day2high" class="high"></td>
+ <td id="day3high" class="high"></td>
</tr>
<tr>
- <td id="day1low"></td>
- <td id="day2low"></td>
- <td id="day3low"></td>
+ <td id="day1low" class="low"></td>
+ <td id="day2low" class="low"></td>
+ <td id="day3low" class="low"></td>
</tr>
<tr>
<td id="day1pop"></td>