mirror of
https://github.com/Xevion/undefined.behavio.rs.git
synced 2025-12-12 20:13:30 -06:00
Eliminate double underline by moving class directly onto anchor
This commit is contained in:
@@ -29,8 +29,8 @@ const { url, date, title, tags, description } = Astro.props;
|
|||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="mt-3">
|
<div class="mt-3">
|
||||||
<h2 class="font-medium inline underline decoration-white/50 mr-1">
|
<h2 class="font-medium inline mr-1">
|
||||||
<a href={url} data-astro-prefetch>{title}</a>
|
<a href={url} class="underline decoration-white/60" data-astro-prefetch>{title}</a>
|
||||||
</h2>
|
</h2>
|
||||||
<i class="space-x-2">
|
<i class="space-x-2">
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user