unify logos
@@ -2,9 +2,8 @@ {{ define "layouts/topbar" }}<nav class="space-x-4 mb-4 px-6 py-2 rounded bg-white drop-shadow-sm"><div class="container flex justify-between p-0"><div id="left-items">- <a href="/" hx-boost="true" class="flex gap-2">- <i class="w-6 h-6" data-lucide="tangent"></i>- tangled.sh+ <a href="/" hx-boost="true" class="flex gap-2 font-semibold italic">+ tangled</a></div><div id="right-items" class="flex gap-2">
@@ -18,7 +18,7 @@ {{ end }}{{ define "hero" }}<div class="flex flex-col items-center justify-center text-center rounded drop-shadow bg-white text-black py-4 px-10">- <div class="font-bold text-4xl mb-4">+ <div class="font-bold italic text-4xl mb-4">tangled</div><div class="italic text-lg">
@@ -13,7 +13,7 @@ <title>login</title></head><body class="flex items-center justify-center min-h-screen"><main class="max-w-64">- <h1 class="text-center text-2xl font-semibold">tangled.sh</h1>+ <h1 class="text-center text-2xl font-semibold italic">tangled</h1><formclass="w-full"hx-post="/login"