Public Access
1
0

fix: blog link style

This commit is contained in:
2025-08-30 17:51:51 -04:00
parent a890a677e2
commit 20f8268c4c

View File

@@ -12,7 +12,7 @@ eleventyExcludeFromCollections: true
{%- if not draft %}
<div class="card">
<h2 class="text-2xl font-bold mb-1">
<a href="{{ post.url }}" class="text-blue-400 hover:underline">{{ post.data.title }}</a>
<a href="{{ post.url }}" class="text-blue-400 hover:text-blue-500">{{ post.data.title }}</a>
</h2>
<div class="flex items-center text-gray-400 mb-4">
<i class="fas fa-calendar-alt mr-2"></i>