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