mirror of
https://github.com/Xevion/undefined.behavio.rs.git
synced 2025-12-09 06:08:59 -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>
|
||||
</div>
|
||||
<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">
|
||||
{tags.map((tag) => (
|
||||
<a href={`/tags/${tag}`}>
|
||||
|
||||
Reference in New Issue
Block a user