This commit is contained in:
2024-08-19 14:46:06 +02:00
parent daa7ab4e75
commit 526c6aaf7c
5 changed files with 32 additions and 47 deletions

View File

@@ -41,7 +41,7 @@
<h1 class="lg:text-4xl text-2xl font-medium leading-none mt-0">
{{ page.title }}
</h1>
<div class="lg:text-xl text-base pt-4 pb-10 text-gray-700">{{ page.description }}</div>
<div class="lg:text-xl text-base pt-4 pb-10 text-gray-50">{{ page.description }}</div>
</section>
<section class="post-author-list mb-10 mx-0">
<div class="flex items-center">
@@ -89,7 +89,7 @@
{% endfor %}
{% endif %}
</p>
<p class="text-gray-700">
<p class="text-gray-50">
<time datetime="{{page.date}}">
{{ page.date | date(format="%B %e, %Y", timezone="America/Chicago") }}
</time>
@@ -114,7 +114,7 @@
mx-auto
relative
font-serif
text-gray-700
text-gray-50
">
<div class="post-content-text text-xl">{{ content | safe }}</div>
</section>
@@ -132,7 +132,7 @@
border
hover:border-blue-500
border-gray-600
text-gray-700
text-gray-50
rounded-full
">{{ tag }}</a>
{% endfor %}