From 3fcdcd265f2667b5962fd7c6e9c9c4df72d5a0f8 Mon Sep 17 00:00:00 2001 From: Max Richter Date: Mon, 13 Nov 2023 16:03:56 +0100 Subject: [PATCH] fix: some small readability improvments --- src/lib/components/Questions.svelte | 1 + src/routes/gallery/+page.svelte | 1 + 2 files changed, 2 insertions(+) diff --git a/src/lib/components/Questions.svelte b/src/lib/components/Questions.svelte index a7def16..35c7a06 100644 --- a/src/lib/components/Questions.svelte +++ b/src/lib/components/Questions.svelte @@ -318,6 +318,7 @@ padding: 5px 9px; margin-right: 10px; background: #866831; + color: black; cursor: pointer; } diff --git a/src/routes/gallery/+page.svelte b/src/routes/gallery/+page.svelte index 842cfb0..a6f5277 100644 --- a/src/routes/gallery/+page.svelte +++ b/src/routes/gallery/+page.svelte @@ -64,6 +64,7 @@ font-family: Parisienne, cursive; color: white; text-align: center; + font-weight: 200; } p {