From e46d8d9d30fb7fad493fdd2f494452262fdbff10 Mon Sep 17 00:00:00 2001 From: Blackberry009 <765042894@qq.com> Date: Wed, 18 Jun 2025 11:40:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=83=A8=E4=BB=BDcss?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/typography/components/BlogItem.js | 2 +- themes/typography/index.js | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/themes/typography/components/BlogItem.js b/themes/typography/components/BlogItem.js index ccbcac51..c1c2a404 100644 --- a/themes/typography/components/BlogItem.js +++ b/themes/typography/components/BlogItem.js @@ -37,7 +37,7 @@ export const BlogItem = props => {

+ className='text-xl underline decoration-2 font-bold text-[var(--primary-color)] dark:text-white dark:hover:bg-white dark:hover:text-[var(--primary-color)] px-2 duration-200 transition-all rounded-sm p-0'> {siteConfig('POST_TITLE_ICON') && ( )} diff --git a/themes/typography/index.js b/themes/typography/index.js index 62b9ee5c..8dce7ccc 100644 --- a/themes/typography/index.js +++ b/themes/typography/index.js @@ -183,7 +183,7 @@ const LayoutArchive = props => { const { archivePosts } = props return ( <> -
+
{Object.keys(archivePosts).map(archiveTitle => ( { const { categoryOptions } = props return ( <> -
+
{categoryOptions?.map(category => { return ( { const { tagOptions } = props return ( <> -
+
{tagOptions.map(tag => { return (