feat: change link color

This commit is contained in:
max_richter 2023-08-02 16:05:05 +02:00
parent ba853342bd
commit 21871a72e6
3 changed files with 5 additions and 4 deletions

View File

@ -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}
/> />

View File

@ -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;

View File

@ -1,3 +0,0 @@
[ZoneTransfer]
ZoneId=3
HostUrl=about:internet