Use neutral for mobile press

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