From f7f028cd431660198a854d75e0fe5e27e02fc07c Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Sun, 27 Sep 2020 15:45:25 +0300 Subject: White colors --- iss/templates/base.html | 2 +- iss/templates/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/iss/templates/base.html b/iss/templates/base.html index 96388dd..546b27a 100644 --- a/iss/templates/base.html +++ b/iss/templates/base.html @@ -16,7 +16,7 @@ {% endblock %}
-

Created by Yuval Adam, source code available at Github.

+

Created by Yuval Adam, source code available at Github.

diff --git a/iss/templates/index.html b/iss/templates/index.html index 31892ef..a02b312 100644 --- a/iss/templates/index.html +++ b/iss/templates/index.html @@ -1,6 +1,6 @@ {% extends "base.html" %} {% block content %} -

ISS Pass Predictions

+

ISS Pass Predictions

Upcoming passes of the International Space Station at your location over the next 10 days.

{% endblock %} -- cgit v1.3.1