This commit is contained in:
veeso
2023-10-01 16:12:36 +02:00
parent 20c3e22572
commit 182bbb94a2
18 changed files with 29 additions and 29 deletions

View File

@@ -5,20 +5,20 @@
<div class="sm:hidden flex flex-row justify-start items-center gap-12 w-full">
<h2 class="lg:text-xl md:text-lg dark:text-gray-100">
<a href="/">
<img class="w-[32px] h-auto m-auto inline-block mr-2" alt="logo"
<img class="w-[32px] h-auto m-auto inline-block mr-2 hover:underline" alt="logo"
src="assets/images/termscp.webp" />&nbsp;termscp
</a>
</h2>
<h2 class="lg:text-xl md:text-lg dark:text-gray-100">
<h2 class="lg:text-xl md:text-lg dark:text-gray-100 hover:underline">
<a translate="menu.getStarted" href="/get-started.html"></a>
</h2>
<h2 class="lg:text-xl md:text-lg dark:text-gray-100">
<h2 class="lg:text-xl md:text-lg dark:text-gray-100 hover:underline">
<a translate="menu.updates" href="/updates.html"></a>
</h2>
<h2 class="lg:text-xl md:text-lg dark:text-gray-100">
<h2 class="lg:text-xl md:text-lg dark:text-gray-100 hover:underline">
<a translate="menu.manual" href="/user-manual.html"></a>
</h2>
<h2 class="lg:text-xl md:text-lg dark:text-gray-100">
<h2 class="lg:text-xl md:text-lg dark:text-gray-100 hover:underline">
<a translate="menu.changelog" href="/changelog.html"></a>
</h2>
<!-- End region -->
@@ -77,20 +77,20 @@
<i onclick="onToggleMenu()" class="fa fa-bars text-2xl cursor-pointer"></i>
</div>
</div>
<div class="flex flex-col justify-start items-center w-full gap-4">
<div class="flex flex-col justify-start items-center w-full gap-4 hover:underline">
<h2 class="text-2xl text-white">
<a translate="menu.intro" href="/"></a>
</h2>
<h2 class="text-2xl text-white">
<h2 class="text-2xl text-white hover:underline">
<a translate="menu.getStarted" href="/get-started.html"></a>
</h2>
<h2 class="text-2xl text-white">
<h2 class="text-2xl text-white hover:underline">
<a translate="menu.updates" href="/updates.html"></a>
</h2>
<h2 class="text-2xl text-white">
<h2 class="text-2xl text-white hover:underline">
<a translate="menu.manual" href="/user-manual.html"></a>
</h2>
<h2 class="text-2xl text-white">
<h2 class="text-2xl text-white hover:underline">
<a translate="menu.changelog" href="/changelog.html"></a>
</h2>
</div>