2
0
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:
2021-11-07 00:02:15 +01:00
parent 7033c52dc2
commit d590b05ca9
2 changed files with 2 additions and 2 deletions

View File

@@ -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>