feat: change link color
This commit is contained in:
parent
ba853342bd
commit
21871a72e6
@ -33,7 +33,7 @@ export default function Greet(props: PageProps<Article[] | null>) {
|
||||
{props.data?.map((doc) => {
|
||||
return (
|
||||
<Card
|
||||
image={"/placeholder.svg"}
|
||||
image={doc?.meta?.image||"/placeholder.svg"}
|
||||
link={`/articles/${doc.id}`}
|
||||
title={doc.name}
|
||||
/>
|
||||
|
@ -6,6 +6,10 @@ pre {
|
||||
font-family:Work Sans;
|
||||
}
|
||||
|
||||
a {
|
||||
color: cadetblue
|
||||
}
|
||||
|
||||
.noisy-gradient::after {
|
||||
content: "";
|
||||
top: 0;
|
||||
|
@ -1,3 +0,0 @@
|
||||
[ZoneTransfer]
|
||||
ZoneId=3
|
||||
HostUrl=about:internet
|
Loading…
x
Reference in New Issue
Block a user