Yellow outline around search input
All checks were successful
deployment-on-pull-request / deployment (pull_request) Successful in 1m14s

This commit is contained in:
Shy 2024-05-07 18:38:00 +02:00
parent 065fa5adbf
commit f8ecf20b75

View file

@ -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;