From 3764e1d9127921ba308b478358b41f2ccc8a3541 Mon Sep 17 00:00:00 2001 From: Max Nuding Date: Sat, 1 Apr 2023 20:14:37 +0200 Subject: [PATCH] Improve color contrast --- src/app.html | 2 ++ src/routes/+page.svelte | 3 +++ static/style.css | 2 ++ 3 files changed, 7 insertions(+) diff --git a/src/app.html b/src/app.html index 8109779..2371da7 100644 --- a/src/app.html +++ b/src/app.html @@ -5,6 +5,8 @@ + + %sveltekit.head% diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 3e9cb74..03da0ec 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -35,6 +35,9 @@ onMount(async () => { } }) + + Metalhead.club music list +

Metalhead.club music list

diff --git a/static/style.css b/static/style.css index c4789c0..938b833 100644 --- a/static/style.css +++ b/static/style.css @@ -21,5 +21,7 @@ a:visited { --color-text: white; --color-bg: #17063B; --color-border: white; + --color-link: #8A9BF0; + --color-link-visited: #C384FB; } } \ No newline at end of file