Improve color contrast
This commit is contained in:
parent
963bcbf889
commit
3764e1d912
@ -5,6 +5,8 @@
|
|||||||
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
|
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
|
||||||
<link rel="stylesheet" href="%sveltekit.assets%/style.css" />
|
<link rel="stylesheet" href="%sveltekit.assets%/style.css" />
|
||||||
<meta name="viewport" content="width=device-width" />
|
<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%
|
%sveltekit.head%
|
||||||
</head>
|
</head>
|
||||||
<body data-sveltekit-preload-data="hover">
|
<body data-sveltekit-preload-data="hover">
|
||||||
|
@ -35,6 +35,9 @@ onMount(async () => {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
|
<svelte:head>
|
||||||
|
<title>Metalhead.club music list</title>
|
||||||
|
</svelte:head>
|
||||||
<h2>Metalhead.club music list</h2>
|
<h2>Metalhead.club music list</h2>
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
<div></div>
|
<div></div>
|
||||||
|
@ -21,5 +21,7 @@ a:visited {
|
|||||||
--color-text: white;
|
--color-text: white;
|
||||||
--color-bg: #17063B;
|
--color-bg: #17063B;
|
||||||
--color-border: white;
|
--color-border: white;
|
||||||
|
--color-link: #8A9BF0;
|
||||||
|
--color-link-visited: #C384FB;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user