mirror of
https://github.com/inventree/inventree-website.git
synced 2025-08-06 12:41:43 +00:00
use template colors
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
{% for item in include.data.features %}
|
||||
<div class="xl:w-1/4 md:w-1/2 p-4">
|
||||
<div class="bg-gray-100 p-6 rounded-lg">
|
||||
<h3 class="tracking-widest text-purple-500 text-xs font-medium title-font">{{ item.subtitle }}</h3>
|
||||
<h3 class="tracking-widest text-primary text-xs font-medium title-font">{{ item.subtitle }}</h3>
|
||||
<h2 class="text-lg cm-lgt-txt font-medium title-font mb-4">{{ item.title }}</h2>
|
||||
<p class="leading-relaxed text-base">{{ item.description }}</p>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user