From 823605704574b18f60951f86c5ce91566bed3952 Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Sun, 28 Apr 2024 23:01:04 +0100 Subject: Fix meta tags --- src/layout/page.tsx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src') diff --git a/src/layout/page.tsx b/src/layout/page.tsx index c133462..ef6facd 100644 --- a/src/layout/page.tsx +++ b/src/layout/page.tsx @@ -17,6 +17,11 @@ const GlobalStyle = createGlobalStyle` margin-right: 5vw; color: #fff; } + + a { + color: #fff; + text-decoration: underline; + } `; const CenterImage = styled.img` @@ -72,6 +77,7 @@ export const generateHeader = (title: string, description: string) => { + -- cgit v1.2.3