summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2024-05-19 00:25:11 +0500
committerilotterytea <iltsu@alright.party>2024-05-19 00:25:11 +0500
commitebc62192763daaa2d7bc43f73badd4b9fde382ad (patch)
tree70f9c74cbdba09931bbc9933be60975178d42117 /templates
parent4538bc8c7972fa0d9c4c23f038b2c5f2747f8edd (diff)
upd: header style
Diffstat (limited to 'templates')
-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>