This commit is contained in:
EthanShoeDev
2025-09-10 05:43:07 -04:00
parent d86ebe146c
commit 465aa3685d
2 changed files with 8 additions and 4 deletions

View File

@@ -12,7 +12,11 @@ import iosDarkAppIcon from '@fressh/assets/ios-dark-2.png';
alt="Fressh app icon"
class="mb-6 h-20 w-20 rounded-2xl shadow-md"
/>
<h1 class="text-5xl font-extrabold tracking-tight sm:text-6xl">Fressh</h1>
<h1
class="text-5xl font-extrabold tracking-tight text-gray-900 sm:text-6xl dark:text-white"
>
Fressh
</h1>
<p class="mt-3 text-lg text-gray-600 dark:text-gray-300">
A clean, powerful mobile SSH client.
</p>