From bfb9e94b1a6c713242160228984307fb1be779e6 Mon Sep 17 00:00:00 2001 From: Ayo Date: Thu, 15 Jun 2023 09:34:38 +0200 Subject: [PATCH] style: subtler color of address bar text --- src/components/AddressBar.astro | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/AddressBar.astro b/src/components/AddressBar.astro index fc54336..06863d2 100644 --- a/src/components/AddressBar.astro +++ b/src/components/AddressBar.astro @@ -70,6 +70,7 @@ const placeholder = 'Type the URL of an article here'; border-radius: 5px; border: 1px solid #eee; padding: 0.5rem; + color: #555; } :global(button#app-home),