Fixed colors for #mapnote
This commit is contained in:
parent
5b5728f7e2
commit
1b3de458fa
1 changed files with 12 additions and 6 deletions
|
@ -8,12 +8,18 @@ h1, h1 a {
|
|||
}
|
||||
|
||||
#map {
|
||||
border: 1px solid #202020;
|
||||
background: #4d4d4d;
|
||||
max-width: 1440px;
|
||||
max-height: 50vh;
|
||||
aspect-ratio: 2 / 1;
|
||||
box-shadow: 0px 6px 12px #000c;
|
||||
border: 1px solid #202020;
|
||||
background: #4d4d4d;
|
||||
max-width: 1440px;
|
||||
max-height: 50vh;
|
||||
aspect-ratio: 2 / 1;
|
||||
box-shadow: 0px 6px 12px #000c;
|
||||
}
|
||||
|
||||
#mapnote {
|
||||
background: #202020;
|
||||
border: 1px solid #000;
|
||||
border-top: none;
|
||||
}
|
||||
|
||||
.result {
|
||||
|
|
Loading…
Reference in a new issue