summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2022-10-28 13:05:55 +0300
committerYuval Adam <_@yuv.al>2022-10-28 13:05:55 +0300
commit12d940dc93a274a0b83635b25349b00dcd6b2aac (patch)
tree890390ab05431c20b495e18ea10d2d96841f92bc
parent30aaf65133376abf9189d50d3fed1bd2f03dd3c2 (diff)
Footer style
-rw-r--r--templates/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/index.html b/templates/index.html
index fb47d8b..6ed250e 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -35,8 +35,8 @@
</li>
{% endfor %}
</ul>
- <hr>
- <footer>
+ <hr class="mt4 white-20">
+ <footer class="tr">
Created by <a href="https://yuv.al" class="link dim green">Yuval Adam</a>. Maintained collaboratively on <a
href="https://github.com/yuvadm/namehack.club" class="link dim green">Github</a>.
</footer>