Align sidebar hot tags with neutral dark-mode styling

This commit is contained in:
2025-11-17 23:17:23 +08:00
parent 0c5c5e230c
commit 586e0bfdbc

View File

@@ -101,7 +101,7 @@ export function RightSidebar() {
<Link
key={tag}
href={`/tags/${slug}`}
className={`${sizeClass} rounded-full bg-accent-soft px-2 py-0.5 text-accent-textLight transition hover:bg-accent dark:text-accent-textDark`}
className={`${sizeClass} rounded-full bg-accent-soft px-2 py-0.5 text-accent-textLight transition hover:bg-accent hover:text-white dark:bg-slate-800 dark:text-slate-100 dark:hover:bg-slate-700`}
>
{tag}
</Link>