update colors

This commit is contained in:
2020-11-30 10:19:41 +02:00
parent 9646005239
commit 6981c9c3c3
3 changed files with 7 additions and 4 deletions

View File

@@ -148,6 +148,9 @@ body[data-theme="dark"] {
.post-content-text { .post-content-text {
@apply text-gray-300; @apply text-gray-300;
} }
.text-gray-700{
@apply text-white;
}
.inset-0 , input[type="text"]{ .inset-0 , input[type="text"]{
background-color: #191b1f; background-color: #191b1f;
} }

View File

@@ -6,9 +6,9 @@
{{ $page.membership.title }} {{ $page.membership.title }}
</h1> </h1>
<p class="text-gray-700 text-xl"> <p class="text-gray-700 text-xl">
A collection of
<span class="self-center" <span class="self-center"
>{{ $page.membership.belongsTo.totalCount }} items</span >{{ $page.membership.belongsTo.totalCount }} People</span
> >
</p> </p>
</div> </div>

View File

@@ -4,10 +4,10 @@
<div class="mx-4 sm:mx-0"> <div class="mx-4 sm:mx-0">
<h1 class="pb-0 mb-0 text-5xl font-medium">{{ $page.tag.title }}</h1> <h1 class="pb-0 mb-0 text-5xl font-medium">{{ $page.tag.title }}</h1>
<p class="text-gray-700 text-xl"> <p class="text-gray-700 text-xl">
A collection of A
<span <span
class="self-center" class="self-center"
>{{ $page.tag.belongsTo.totalCount }} items</span> >{{ $page.tag.belongsTo.totalCount }} Projects</span>
</p> </p>
</div> </div>