Enhance visibility of marker
All checks were successful
deployment-on-pull-request / deployment (pull_request) Successful in 1m20s
All checks were successful
deployment-on-pull-request / deployment (pull_request) Successful in 1m20s
This commit is contained in:
parent
bf182251ec
commit
15d914fae3
1 changed files with 3 additions and 2 deletions
|
@ -108,8 +108,9 @@ h1, h1 a {
|
|||
}
|
||||
|
||||
#mapgrid {
|
||||
outline: 2px solid #dfaa37;
|
||||
background: #dfaa3780;
|
||||
outline: 2px solid #333;
|
||||
background-color: #dfaa37;
|
||||
border-radius: 4px;
|
||||
animation: blinker 1s infinite;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue