mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-04 15:10:23 +00:00
heo 主题一点细节
This commit is contained in:
@@ -50,7 +50,7 @@ export default function SideRight(props) {
|
||||
{/* 最新文章列表 */}
|
||||
<div
|
||||
className={
|
||||
'border dark:border-gray-700 dark:bg-[#1e1e1e] dark:text-white rounded-xl lg:p-6 p-4 hidden lg:block bg-white'
|
||||
'border hover:border-indigo-600 dark:hover:border-yellow-600 duration-200 dark:border-gray-700 dark:bg-[#1e1e1e] dark:text-white rounded-xl lg:p-6 p-4 hidden lg:block bg-white'
|
||||
}>
|
||||
<LatestPostsGroupMini {...props} />
|
||||
</div>
|
||||
@@ -61,7 +61,10 @@ export default function SideRight(props) {
|
||||
<Live2D />
|
||||
|
||||
{/* 标签和成绩 */}
|
||||
<Card className={'bg-white dark:bg-[#1e1e1e] dark:text-white'}>
|
||||
<Card
|
||||
className={
|
||||
'bg-white dark:bg-[#1e1e1e] dark:text-white hover:border-indigo-600 dark:hover:border-yellow-600 duration-200'
|
||||
}>
|
||||
<TagGroups tags={sortedTags} currentTag={currentTag} />
|
||||
<hr className='mx-1 flex border-dashed relative my-4' />
|
||||
<AnalyticsCard {...props} />
|
||||
|
||||
Reference in New Issue
Block a user