Added theme meta tag (colors navigation bar on some browsers), disabled links underline on mobile
This commit is contained in:
parent
59df9a3017
commit
85ed55b51d
2 changed files with 6 additions and 0 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue