use darker colors for contrast part 2

This commit is contained in:
Damillora 2019-11-09 17:33:37 +07:00
parent 4d13d0c008
commit a347234836
4 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@
</div>
<div class="h-full flex flex-col justify-end items-begin absolute bottom-0 py-6 px-6">
<div class="my-2">
<p class="bg-red-500 w-auto inline-block px-2 py-1 text-white text-sm">Author</p>
<p class="bg-red-700 w-auto inline-block px-2 py-1 text-white text-sm">Author</p>
</div>
<div class="flex flex-row">
<div class="flex flex-col items-begin mr-2">

View File

@ -11,7 +11,7 @@
{{#if primary_tag}}
{{#primary_tag}}
<div class="py-1">
<a href="{{url}}"><p class="bg-green-500 w-auto inline-block px-2 py-1 text-white text-xs">{{name}}</p></a>
<a href="{{url}}"><p class="bg-green-700 w-auto inline-block px-2 py-1 text-white text-xs">{{name}}</p></a>
</div>
{{/primary_tag}}
{{/if}}

View File

@ -11,7 +11,7 @@
{{#if primary_tag}}
{{#primary_tag}}
<div>
<a href="{{url}}"><p class="bg-green-500 w-auto inline-block px-2 py-1 text-white text-sm">{{name}}</p></a>
<a href="{{url}}"><p class="bg-green-700 w-auto inline-block px-2 py-1 text-white text-sm">{{name}}</p></a>
</div>
{{/primary_tag}}
{{/if}}

View File

@ -11,7 +11,7 @@
</div>
<div class="h-full flex flex-col justify-end items-begin absolute bottom-0 py-6 px-6">
<div>
<p class="bg-blue-500 w-auto inline-block px-2 py-1 text-white text-sm">Tag</p>
<p class="bg-blue-700 w-auto inline-block px-2 py-1 text-white text-sm">Tag</p>
</div>
<div>
<h1 class="text-white text-2xl md:text-4xl">{{name}}</h1>