summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/header.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/header.html b/templates/header.html
index dfdb0b4..789a11a 100644
--- a/templates/header.html
+++ b/templates/header.html
@@ -1,8 +1,8 @@
-<div class="w-full py-2 space-x-4 flex flex-row items-center">
+<div class="w-full p-2 lg:px-0 space-x-4 flex flex-row items-center font-zilla">
<a href="/">
<img src="/static/img/logo.png" alt="BOT" width="64">
</a>
- <a href="/">home</a>
- <a href="/wiki">wiki</a>
+ <a href="/" class="transition-colors hover:text-green-600">home</a>
+ <a href="/wiki" class="transition-colors hover:text-green-600">wiki</a>
</div>