mirror of
https://github.com/Xevion/undefined.behavio.rs.git
synced 2025-12-12 07:11:44 -06:00
Lower summary title underline opacity
This commit is contained in:
@@ -27,7 +27,7 @@ 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 mr-1"><a href={url}>{ title }</a></h2>
|
<h2 class="font-medium inline underline decoration-white/50 mr-1"><a href={url}>{ title }</a></h2>
|
||||||
<i class="space-x-2">
|
<i class="space-x-2">
|
||||||
{tags.map((tag) => (
|
{tags.map((tag) => (
|
||||||
<a href={`/tags/${tag}`}>
|
<a href={`/tags/${tag}`}>
|
||||||
|
|||||||
Reference in New Issue
Block a user