Fixed colors for #mapnote

This commit is contained in:
Shy 2024-05-06 17:26:31 +02:00
parent 5b5728f7e2
commit 1b3de458fa

View file

@ -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 {