diff --git a/themes/hexo/components/LatestPostsGroup.js b/themes/hexo/components/LatestPostsGroup.js index cfb44018..9e799aa9 100644 --- a/themes/hexo/components/LatestPostsGroup.js +++ b/themes/hexo/components/LatestPostsGroup.js @@ -47,7 +47,7 @@ const LatestPostsGroup = ({ latestPosts, siteInfo }) => { className={ (selected ? ' text-indigo-400 ' : 'dark:text-gray-400 ') + ' text-sm overflow-x-hidden hover:text-indigo-600 px-2 duration-200 w-full rounded ' + - 'hover:text-white dark:hover:text-indigo-400 cursor-pointer items-center flex' + ' hover:text-indigo-400 cursor-pointer items-center flex' } >