mirror of
https://github.com/Damillora/Yuika
synced 2024-11-05 02:17:32 +00:00
use darker colors for contrast part 2
This commit is contained in:
parent
4d13d0c008
commit
a347234836
@ -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">
|
||||
|
@ -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}}
|
||||
|
2
post.hbs
2
post.hbs
@ -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}}
|
||||
|
2
tag.hbs
2
tag.hbs
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user