From f8ecf20b750b2fec4d72bf49ea48b3728025c826 Mon Sep 17 00:00:00 2001 From: Shy Date: Tue, 7 May 2024 18:38:00 +0200 Subject: [PATCH] Yellow outline around search input --- static/c4.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/c4.css b/static/c4.css index 962e63e..b80be1d 100644 --- a/static/c4.css +++ b/static/c4.css @@ -7,6 +7,10 @@ h1, h1 a { color: #dfaa37; /* C4 Yellow */ } +#search:focus { + outline: 2px solid #dfaa37; +} + #map { border: 1px solid #202020; background-color: #4d4d4d;