update colors
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user