fix: in the dark mode make the github icon white (#1927)

the color is copy in github website
close https://github.com/Crossbell-Box/xLog/issues/1913

Co-authored-by: pengyunfei <pengyunfei@360.cn>
This commit is contained in:
cloudflypeng 2024-06-12 12:00:19 +08:00 committed by GitHub
parent 78dc4cce44
commit 2e5ee44af8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ export default async function PromotionLinks({
</Tooltip>
{GITHUB_LINK && (
<UniLink
className="flex-1 flex justify-center text-[#181717]"
className="flex-1 flex justify-center text-[#181717] dark:text-[#e6edf3]"
href={GITHUB_LINK}
>
<span className="inline-block i-mingcute-github-fill text-2xl"></span>