diff options
| author | Dawid Rycerz <dawid@rycerz.xyz> | 2025-07-22 10:03:40 +0300 |
|---|---|---|
| committer | Dawid Rycerz <dawid@rycerz.xyz> | 2025-07-22 10:03:40 +0300 |
| commit | 8589a3bc97190c3d3bbb7246ea517e7855abfeed (patch) | |
| tree | 7c92af8a6a72148973af1e0ec240a15f2386edea /src/components/blog/GridItem.astro | |
| parent | d571a3720ae42f3cf5fddf2454e04aa2ad775b0c (diff) | |
cleanup and styling
Diffstat (limited to 'src/components/blog/GridItem.astro')
| -rw-r--r-- | src/components/blog/GridItem.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/blog/GridItem.astro b/src/components/blog/GridItem.astro index cd02fa8..73353ca 100644 --- a/src/components/blog/GridItem.astro +++ b/src/components/blog/GridItem.astro @@ -58,7 +58,7 @@ const link = APP_BLOG?.post?.isEnabled ? getPermalink(post.permalink, 'post') : <h3 class="text-xl sm:text-2xl font-bold leading-tight mb-2 font-heading dark:text-slate-300"> { link ? ( - <a class="inline-block hover:text-primary dark:hover:text-blue-700 transition ease-in duration-200" href={link}> + <a class="inline-block hover:text-primary dark:hover:text-secondary transition ease-in duration-200" href={link}> {post.title} </a> ) : ( |
