Skip to content

Commit

Permalink
👌 IMPROVE: Updated post excerpt text color from gray-400 to slate-50
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdevore committed Jan 11, 2025
1 parent a1aab6c commit f54b8a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<h2 class="text-4xl mb-2 font-bold quicksand-700">
<a href="{{ relative_path }}{{ post.permalink }}index.html" class="text-links hover:underline">{{ post.title }}</a>
</h2>
<div class="dark:text-gray-400 mb-2">{{ post.excerpt | safe }}</div>
<div class="dark:text-slate-50 mb-2">{{ post.excerpt | safe }}</div>
</li>
{% endfor %}
</ul>
Expand Down

0 comments on commit f54b8a8

Please sign in to comment.