update button at dark mode
This commit is contained in:
parent
d2f583848b
commit
53e2e08201
@ -134,7 +134,7 @@ extra:
|
|||||||
---------------------------------------------
|
---------------------------------------------
|
||||||
|
|
||||||
<div class="mx-auto mt-10 px-6 lg:px-0 lg:max-w-6xl">
|
<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>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 110 KiB After Width: | Height: | Size: 194 KiB |
@ -22,7 +22,7 @@
|
|||||||
{{ description }} <br><br> <b>{{ highlight }}</b>
|
{{ description }} <br><br> <b>{{ highlight }}</b>
|
||||||
</p>
|
</p>
|
||||||
<div class="mt-10 flex items-center gap-x-6">
|
<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 }}
|
{{ button_text }}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user