Set styles for mobile press events

This commit is contained in:
thiloho
2025-04-29 04:48:36 +02:00
parent 25c95db4c1
commit b6b9f757a6
7 changed files with 8 additions and 8 deletions

View File

@@ -18,7 +18,7 @@ const sortedArticles = allArticles.sort((a, b) => {
<article class="mt-8 flex flex-col gap-2 first:mt-0">
<Date date={pubDate} />
<a
class="max-w-fit text-blue-800 hover:no-underline"
class="max-w-fit text-blue-800 hover:no-underline active:bg-blue-100 active:dark:bg-blue-900"
href={`/blog/${id}`}
>
{title}