docs: update website style

- improve border with docs page
- update feature website icon
- update join text
This commit is contained in:
moonrailgun 2024-05-19 01:08:02 +08:00
parent 7c94caf0ed
commit 8e96c06d94
2 changed files with 7 additions and 2 deletions

View File

@ -1,6 +1,7 @@
import Link from '@docusaurus/Link'; import Link from '@docusaurus/Link';
import React from 'react'; import React from 'react';
import { import {
LuAreaChart,
LuCode2, LuCode2,
LuCookie, LuCookie,
LuFileArchive, LuFileArchive,
@ -114,7 +115,7 @@ export const HomepageFeatures: React.FC = React.memo(() => {
<div className="mt-4 flex flex-col gap-2 pl-2"> <div className="mt-4 flex flex-col gap-2 pl-2">
<div className="flex items-start gap-2"> <div className="flex items-start gap-2">
<div className="rounded-lg bg-white bg-opacity-20 p-1"> <div className="rounded-lg bg-white bg-opacity-20 p-1">
<LuNetwork className="block" size={18} /> <LuAreaChart className="block" size={18} />
</div> </div>
<div className="text-md font-bold text-white"> <div className="text-md font-bold text-white">
Website Analytics Website Analytics
@ -253,7 +254,7 @@ export const HomepageFeatures: React.FC = React.memo(() => {
className="cursor-pointer rounded-lg bg-white px-8 py-2 font-bold text-zinc-900 hover:bg-zinc-200 hover:text-zinc-800 hover:no-underline" className="cursor-pointer rounded-lg bg-white px-8 py-2 font-bold text-zinc-900 hover:bg-zinc-200 hover:text-zinc-800 hover:no-underline"
data-tianji-event="homepage-features-join" data-tianji-event="homepage-features-join"
> >
Join Join Our Community
</Link> </Link>
</div> </div>
</div> </div>

View File

@ -29,6 +29,10 @@
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3); --docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
} }
.footer {
border-top: 1px solid var(--ifm-toc-border-color);
}
.footer--dark { .footer--dark {
--ifm-footer-background-color: --ifm-background-surface-color --ifm-footer-background-color: --ifm-background-surface-color
} }