feat: adjust some styles

This commit is contained in:
st1020 2023-10-23 20:44:40 +08:00
parent f9b448197c
commit 82f3f69af2
9 changed files with 122 additions and 64 deletions

View file

@ -13,7 +13,7 @@
{% for post in posts %}
<li>
<div class="my-2 flex items-center justify-between">
<a class="no-underline" href="{{ post.permalink }}">{{ post.title }}</a>
<a class="secondary-link" href="{{ post.permalink }}">{{ post.title }}</a>
<time class="font-mono text-sm opacity-60">{{ post.date | date(format="%m-%d") }}</time>
</div>
</li>