style: change text color for dark scheme

This commit is contained in:
moonrailgun 2023-11-09 14:35:55 +08:00
parent 791872ea63
commit a20cd8dff9

View File

@ -15,9 +15,7 @@ function HomepageHeader() {
<h1 className="text-5xl"> <h1 className="text-5xl">
<span className="text-gradient font-bold">{siteConfig.title}</span> <span className="text-gradient font-bold">{siteConfig.title}</span>
</h1> </h1>
<p className="text-black text-opacity-60 text-2xl"> <p className="opacity-60 text-2xl">{siteConfig.tagline}</p>
{siteConfig.tagline}
</p>
<p className="opacity-60"> <p className="opacity-60">
Tianji brings all your commonly used tools together in one place Tianji brings all your commonly used tools together in one place
</p> </p>
@ -62,6 +60,7 @@ function HomepageMain() {
<div className="text-center"> <div className="text-center">
<div className="border-8 border-solid border-gray-200 rounded-lg shadow-lg"> <div className="border-8 border-solid border-gray-200 rounded-lg shadow-lg">
<Carousel <Carousel
className="cursor-move"
showThumbs={false} showThumbs={false}
showStatus={false} showStatus={false}
showIndicators={true} showIndicators={true}