update themes
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
|
||||
<div class="flex gap-x-4 rounded-xl bg-white/5 p-6 ring-1 ring-inset ring-white/10">
|
||||
<div class="text-base leading-7">
|
||||
<h4 class="font-semibold text-white">{{ title }}</h4>
|
||||
<p class="mt-2 text-lg text-gray-300">{{ description }}
|
||||
<h4 class="font-semibold">{{ title }}</h4>
|
||||
<p class="mt-2 text-lg">{{ description }}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
@@ -23,7 +23,7 @@
|
||||
<h2 class="lg:text-4xl text-3xl mt-2 text-white">{{ subtitle }}</h2>
|
||||
<p class="mt-4 leading-8 text-white">{{ description }}</p>
|
||||
<div class="mt-10 flex items-center justify-center gap-x-6 text-white">
|
||||
<a href="{{ button_link_1 }}" class="rounded-md text-sm bg-gray-900 px-4 py-2 font-semibold text-white shadow-sm hover:bg-gray-500 hover:text-white">
|
||||
<a href="{{ button_link_1 }}" class="rounded-md text-sm bg-gray-900 px-4 py-2 font-semibold text-white shadow-sm hover:bg-gray-700 hover:text-white">
|
||||
{{ button_text_1 }}
|
||||
</a>
|
||||
<a href="{{ button_link_2 }}" class="text-sm font-semibold leading-6">
|
||||
|
Reference in New Issue
Block a user