[style] glassic styles of global and related cards
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user