mirror of
https://github.com/thiloho/thiloho.github.io.git
synced 2025-11-22 02:11:35 +01:00
Increase press visibility on mobile
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user