update colors
This commit is contained in:
@@ -148,6 +148,9 @@ body[data-theme="dark"] {
|
||||
.post-content-text {
|
||||
@apply text-gray-300;
|
||||
}
|
||||
.text-gray-700{
|
||||
@apply text-white;
|
||||
}
|
||||
.inset-0 , input[type="text"]{
|
||||
background-color: #191b1f;
|
||||
}
|
||||
|
||||
@@ -6,9 +6,9 @@
|
||||
{{ $page.membership.title }}
|
||||
</h1>
|
||||
<p class="text-gray-700 text-xl">
|
||||
A collection of
|
||||
|
||||
<span class="self-center"
|
||||
>{{ $page.membership.belongsTo.totalCount }} items</span
|
||||
>{{ $page.membership.belongsTo.totalCount }} People</span
|
||||
>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
@@ -4,10 +4,10 @@
|
||||
<div class="mx-4 sm:mx-0">
|
||||
<h1 class="pb-0 mb-0 text-5xl font-medium">{{ $page.tag.title }}</h1>
|
||||
<p class="text-gray-700 text-xl">
|
||||
A collection of
|
||||
A
|
||||
<span
|
||||
class="self-center"
|
||||
>{{ $page.tag.belongsTo.totalCount }} items</span>
|
||||
>{{ $page.tag.belongsTo.totalCount }} Projects</span>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user