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) => {
|
{props.data?.map((doc) => {
|
||||||
return (
|
return (
|
||||||
<Card
|
<Card
|
||||||
image={"/placeholder.svg"}
|
image={doc?.meta?.image||"/placeholder.svg"}
|
||||||
link={`/articles/${doc.id}`}
|
link={`/articles/${doc.id}`}
|
||||||
title={doc.name}
|
title={doc.name}
|
||||||
/>
|
/>
|
||||||
|
@ -6,6 +6,10 @@ pre {
|
|||||||
font-family:Work Sans;
|
font-family:Work Sans;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: cadetblue
|
||||||
|
}
|
||||||
|
|
||||||
.noisy-gradient::after {
|
.noisy-gradient::after {
|
||||||
content: "";
|
content: "";
|
||||||
top: 0;
|
top: 0;
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
[ZoneTransfer]
|
|
||||||
ZoneId=3
|
|
||||||
HostUrl=about:internet
|
|
Loading…
x
Reference in New Issue
Block a user