diff options
| author | Yuval Adam <_@yuv.al> | 2020-09-27 15:45:25 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2020-09-27 15:45:25 +0300 |
| commit | f7f028cd431660198a854d75e0fe5e27e02fc07c (patch) | |
| tree | a61afb2d4d275f98d7bc7365300c7fcecadd48cd | |
| parent | d42c0aae5c03042c924b44a410f4da6b4b9bf8db (diff) | |
White colors
| -rw-r--r-- | iss/templates/base.html | 2 | ||||
| -rw-r--r-- | 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 %} <hr class="mt5 dark-gray"> - <p>Created by <a href="https://yuv.al/" class="link light-blue dim">Yuval Adam</a>, source code available at <a href="https://github.com/yuvadm/iss.guru" class="link light-blue dim">Github</a>.</p> + <p class="near-white">Created by <a href="https://yuv.al/" class="link light-blue dim">Yuval Adam</a>, source code available at <a href="https://github.com/yuvadm/iss.guru" class="link light-blue dim">Github</a>.</p> </div> </body> </html> 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 %} -<h1 class="f1">ISS Pass Predictions</h1> +<h1 class="f1 moon-gray">ISS Pass Predictions</h1> <p class="light-red">Upcoming passes of the <a href="https://en.wikipedia.org/wiki/International_Space_Station" class="link red dim">International Space Station</a> at your location over the next 10 days.</p> {% endblock %} |
