hexo 主题微调

This commit is contained in:
tangly1024
2022-03-08 15:25:07 +08:00
parent e2502981ce
commit 7e8703517a
10 changed files with 18 additions and 17 deletions

View File

@@ -17,7 +17,7 @@ const JumpToCommentButton = () => {
}
}
return (<div className='flex space-x-1 items-center justify-center transform hover:scale-105 duration-200 text-white bg-blue-400 w-7 h-7 text-center' onClick={navToComment} >
return (<div className='flex space-x-1 items-center justify-center transform hover:scale-105 duration-200 text-white bg-gray-400 w-7 h-7 text-center' onClick={navToComment} >
<i className='fas fa-comment text-xs' />
</div>)
}