forked from tangled.org/core
this repo has no description

unify logos

Changed files
+5 -6
appview
pages
+1 -1
appview/pages/templates/layouts/footer.html
···
{{ define "layouts/footer" }}
<div class="w-full p-4 bg-white rounded-t">
<div class="container mx-auto text-center text-gray-600 text-sm">
-
tangled.sh &mdash; made by <a href="/@oppili.bsky.social">@oppili.bsky.social</a> and <a href="/@@icyphox.sh">@icyphox.sh</a>
+
<span class="font-semibold italic">tangled</span> &mdash; made by <a href="/@oppili.bsky.social">@oppili.bsky.social</a> and <a href="/@@icyphox.sh">@icyphox.sh</a>
</div>
</div>
{{ end }}
+2 -3
appview/pages/templates/layouts/topbar.html
···
<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">
+1 -1
appview/pages/templates/timeline.html
···
{{ 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">
+1 -1
appview/pages/templates/user/login.html
···
</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>
<form
class="w-full"
hx-post="/login"