Improve color contrast

This commit is contained in:
2023-04-01 20:14:37 +02:00
parent 963bcbf889
commit 3764e1d912
3 changed files with 7 additions and 0 deletions

View File

@ -5,6 +5,8 @@
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
<link rel="stylesheet" href="%sveltekit.assets%/style.css" />
<meta name="viewport" content="width=device-width" />
<meta name="theme-color" content="#17063B" media="(prefers-color-scheme: dark)" />
<meta name="theme-color" content="#ffffff" media="(prefers-color-scheme: light)" />
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover">