update button at dark mode

This commit is contained in:
Ehab Hassan 2025-05-22 19:34:24 +03:00
parent d2f583848b
commit 53e2e08201
3 changed files with 2 additions and 2 deletions

View File

@ -134,7 +134,7 @@ extra:
---------------------------------------------
<div class="mx-auto mt-10 px-6 lg:px-0 lg:max-w-6xl">
<a href="/download" class=" rounded-2xl bg-black px-6 py-2 text-sm font-semibold text-white shadow-xs hover:bg-gray-900 focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-gray-200">Get Started</a>
<a href="/download" class=" rounded-2xl bg-black border border-gray-50 px-6 py-2 text-sm font-semibold text-white shadow-xs hover:bg-gray-900 focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-gray-200">Get Started</a>
</div>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 110 KiB

After

Width:  |  Height:  |  Size: 194 KiB

View File

@ -22,7 +22,7 @@
{{ description }} <br><br> <b>{{ highlight }}</b>
</p>
<div class="mt-10 flex items-center gap-x-6">
<a href="{{ button_link }}" class="rounded-2xl bg-black px-3.5 py-2.5 text-sm font-semibold text-white shadow-xs hover:bg-gray-600 focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-gray-200">
<a href="{{ button_link }}" class="rounded-2xl bg-black border border-gray-50 px-3.5 py-2.5 text-sm font-semibold text-white shadow-xs hover:bg-gray-600 focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-gray-200">
{{ button_text }}
</a>
</div>