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) => {
return (
<Card
image={"/placeholder.svg"}
image={doc?.meta?.image||"/placeholder.svg"}
link={`/articles/${doc.id}`}
title={doc.name}
/>

View File

@ -6,6 +6,10 @@ pre {
font-family:Work Sans;
}
a {
color: cadetblue
}
.noisy-gradient::after {
content: "";
top: 0;

View File

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