1
0
Fork 0

wip(org): Work on new site

This commit is contained in:
Joost De Cock 2022-05-29 17:43:43 +02:00
parent 75a1ac866b
commit 6714ce7d52
8 changed files with 317 additions and 143 deletions

View file

@ -3,7 +3,7 @@ import Link from 'next/link'
const PageLink = ({ href, txt }) => (
<Link href={href}>
<a className={`
text-lg font-bold text-secondary
font-bold text-secondary
hover:text-secondary-focus hover:underline`}
title={txt}>{txt}</a>
</Link>