From 33361110ce8808aa0911346b013f63a684cd4e34 Mon Sep 17 00:00:00 2001 From: Jordan Doyle Date: Wed, 06 Jul 2022 02:47:59 +0100 Subject: [PATCH] Add home button --- statics/style.css | 4 ++++ templates/base.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/statics/style.css b/statics/style.css index 7a84891..f407288 100644 --- a/statics/style.css +++ a/statics/style.css @@ -33,6 +33,10 @@ margin-top: 2rem; } +.no-hover:hover { + text-decoration: none; +} + table { border-collapse: collapse; } table.repositories { width: 100%; } table.repositories a { color: black; } diff --git a/templates/base.html b/templates/base.html index 7f9c081..9377ac0 100644 --- a/templates/base.html +++ a/templates/base.html @@ -10,7 +10,7 @@
-

{% block header %}Git repository browser{% endblock %}

+

🏡 {% block header %}Git repository browser{% endblock %}

{% block nav %}{% endblock %} -- rgit 0.1.3