[style] glassic styles of global and related cards

This commit is contained in:
Purp1e
2025-03-28 01:22:42 +08:00
parent f9ff43f698
commit dbedf25f0c
3 changed files with 3 additions and 3 deletions

View File

@@ -55,7 +55,7 @@ const ReleaseNotes = () => {
{releases?.map((release, index) => (
<li key={index}>
{/* <Link href={`/releases/${release.version}`} className="w-full"> */}
<Card className="w-full h-full pt-3 transition bg-white text-zinc-900 dark:bg-white/10 dark:text-white">
<Card className="w-full h-full pt-3 transition bg-white/60 text-zinc-900 dark:bg-white/5 dark:text-white">
<CardHeader>
<h3 className="w-full text-2xl font-semibold">CS工具箱 {release.version}</h3>
<span className="flex items-center gap-3">