Added theme meta tag (colors navigation bar on some browsers), disabled links underline on mobile
Some checks are pending
/ build (push) Waiting to run
/ deploy (push) Blocked by required conditions

This commit is contained in:
Gu://em_ 2026-03-18 11:21:50 +01:00
parent 59df9a3017
commit 85ed55b51d
2 changed files with 6 additions and 0 deletions

View file

@ -15,6 +15,7 @@ const { cards, website_title, website_logo } = data;
<!-- DISABLED because it prevents the font from loading -->
<!-- <meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'"> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#000000" />
<title>{website_title}</title>
</head>