fix: blog link style
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user