2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-08-06 12:41:43 +00:00

make this a custom color

This commit is contained in:
2021-11-06 03:28:58 +01:00
parent f05bb415b5
commit 61f67ed48a
6 changed files with 12 additions and 13 deletions

View File

@@ -3,7 +3,7 @@
<div class="flex flex-wrap w-full mb-4">
<div class="lg:w-1/2 w-full mb-6 lg:mb-0">
<h1 class="sm:text-3xl text-2xl font-medium title-font mb-2 cm-lgt-txt">{{ include.data.header.title }}</h1>
<div class="h-1 w-20 bg-primarylg rounded"></div>
<div class="h-1 w-20 bg-secondary rounded"></div>
</div>
<p class="lg:w-1/2 w-full leading-relaxed text-gray-500">{{ include.data.header.text }}</p>
</div>