Medium主题夜间模式配色

This commit is contained in:
tangly1024
2022-12-12 12:52:50 +08:00
parent cd8a39a6e4
commit add19cc4ad
4 changed files with 6 additions and 5 deletions

View File

@@ -19,7 +19,7 @@ const BlogPostCard = ({ post, showSummary }) => {
<Link href={`${BLOG.SUB_PATH}/${post.slug}`} passHref>
<a
className={
'cursor-pointer font-bold font-sans hover:underline text-3xl leading-tight text-gray-700 dark:text-gray-100 hover:text-green-500 dark:hover:text-green-400'
'cursor-pointer font-bold font-sans hover:underline text-3xl leading-tight text-gray-700 dark:text-gray-300 hover:text-green-500 dark:hover:text-green-400'
}
>
{post.title}