From 59d6eb7001bedf84ac5028f92140a66ce3d7dcc0 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Thu, 9 Nov 2023 20:26:58 +0000 Subject: [PATCH] Add styling to report issue buttons Closes https://git.fjla.uk/OwlBoard/backend/issues/53 --- src/routes/more/report/+page.svelte | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/routes/more/report/+page.svelte b/src/routes/more/report/+page.svelte index c5deab5..dc5dfac 100644 --- a/src/routes/more/report/+page.svelte +++ b/src/routes/more/report/+page.svelte @@ -88,8 +88,9 @@ {#if !preFlight && !isDone}

- Any data that you enter here will be visible publicly + Check for existing reports here + before submitting a new issue.

You will be shown all of the collected data before the form is submitted.

@@ -163,8 +164,8 @@ max-height: 400px; } button { - background-color: var(--overlay-color); - color: white; + background-color: var(--island-bg-color); + color: var(--main-text-color); font-family: urwgothic, sans-serif; font-size: 16px; border: none; @@ -172,6 +173,7 @@ width: 25%; height: 30px; max-width: 100px; + box-shadow: var(--box-shadow); } h2 { color: white;