Add styling to report issue buttons

Closes OwlBoard/backend#53
This commit is contained in:
Fred Boniface 2023-11-09 20:26:58 +00:00
parent 4a2e4fd2aa
commit 59d6eb7001
1 changed files with 5 additions and 3 deletions

View File

@ -88,8 +88,9 @@
{#if !preFlight && !isDone} {#if !preFlight && !isDone}
<p> <p>
Any data that you enter here will be visible publicly Check for existing reports
<a href="https://git.fjla.uk/OwlBoard/backend/issues" target="_blank">here</a> <a href="https://git.fjla.uk/OwlBoard/backend/issues" target="_blank">here</a>
before submitting a new issue.
</p> </p>
<p>You will be shown all of the collected data before the form is submitted.</p> <p>You will be shown all of the collected data before the form is submitted.</p>
<form on:submit={submit}> <form on:submit={submit}>
@ -163,8 +164,8 @@
max-height: 400px; max-height: 400px;
} }
button { button {
background-color: var(--overlay-color); background-color: var(--island-bg-color);
color: white; color: var(--main-text-color);
font-family: urwgothic, sans-serif; font-family: urwgothic, sans-serif;
font-size: 16px; font-size: 16px;
border: none; border: none;
@ -172,6 +173,7 @@
width: 25%; width: 25%;
height: 30px; height: 30px;
max-width: 100px; max-width: 100px;
box-shadow: var(--box-shadow);
} }
h2 { h2 {
color: white; color: white;