From a20cd8dff9dbe16673258349baf7e2999d493149 Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Thu, 9 Nov 2023 14:35:55 +0800 Subject: [PATCH] style: change text color for dark scheme --- website/src/pages/index.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/website/src/pages/index.tsx b/website/src/pages/index.tsx index 2c7e13c..f7abdc7 100644 --- a/website/src/pages/index.tsx +++ b/website/src/pages/index.tsx @@ -15,9 +15,7 @@ function HomepageHeader() {

{siteConfig.title}

-

- {siteConfig.tagline} -

+

{siteConfig.tagline}

Tianji brings all your commonly used tools together in one place

@@ -62,6 +60,7 @@ function HomepageMain() {