Increase press visibility on mobile

This commit is contained in:
thiloho
2025-04-29 05:09:22 +02:00
parent 99251afa68
commit 6d863cfa19
6 changed files with 7 additions and 7 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 active:bg-neutral-100 active:dark:bg-neutral-700"
class="max-w-fit text-blue-800 hover:no-underline active:bg-neutral-200 active:dark:bg-neutral-700"
href={`/blog/${id}`}
>
{title}