Fixed colors for #mapnote

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

View file

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