Yellow outline around search input
This commit is contained in:
parent
0c1a280a19
commit
bf182251ec
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue