Yellow outline around search input
All checks were successful
deployment-on-pull-request / deployment (pull_request) Successful in 1m14s
All checks were successful
deployment-on-pull-request / deployment (pull_request) Successful in 1m14s
This commit is contained in:
parent
065fa5adbf
commit
f8ecf20b75
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,10 @@ h1, h1 a {
|
||||||
color: #dfaa37; /* C4 Yellow */
|
color: #dfaa37; /* C4 Yellow */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#search:focus {
|
||||||
|
outline: 2px solid #dfaa37;
|
||||||
|
}
|
||||||
|
|
||||||
#map {
|
#map {
|
||||||
border: 1px solid #202020;
|
border: 1px solid #202020;
|
||||||
background-color: #4d4d4d;
|
background-color: #4d4d4d;
|
||||||
|
|
Loading…
Reference in a new issue