Fixed colors for #mapnote
This commit is contained in:
parent
5b5728f7e2
commit
1b3de458fa
1 changed files with 12 additions and 6 deletions
|
@ -16,6 +16,12 @@ h1, h1 a {
|
|||
box-shadow: 0px 6px 12px #000c;
|
||||
}
|
||||
|
||||
#mapnote {
|
||||
background: #202020;
|
||||
border: 1px solid #000;
|
||||
border-top: none;
|
||||
}
|
||||
|
||||
.result {
|
||||
background-color: #202020;
|
||||
border-color: #4d4d4d;
|
||||
|
|
Loading…
Reference in a new issue