From f5302b58d85a2e656064f04c57bffe88b6694f7a Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Thu, 22 Jun 2023 21:17:53 +0100 Subject: [PATCH] Fix Location Ref input borders --- src/routes/more/corpus/+page.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/src/routes/more/corpus/+page.svelte b/src/routes/more/corpus/+page.svelte index 6a23e8c..3804d57 100644 --- a/src/routes/more/corpus/+page.svelte +++ b/src/routes/more/corpus/+page.svelte @@ -92,6 +92,7 @@ input { font-family: urwgothic, sans-serif; border-radius: 50px; + border: none; width: 60%; max-width: 200px; min-width: 130px;