More beautiful #mapnote
All checks were successful
deployment-on-pull-request / deployment (pull_request) Successful in 1m16s

This commit is contained in:
Shy 2024-05-06 18:43:03 +02:00
parent 1b3de458fa
commit 065fa5adbf

View file

@ -9,7 +9,7 @@ h1, h1 a {
#map { #map {
border: 1px solid #202020; border: 1px solid #202020;
background: #4d4d4d; background-color: #4d4d4d;
max-width: 1440px; max-width: 1440px;
max-height: 50vh; max-height: 50vh;
aspect-ratio: 2 / 1; aspect-ratio: 2 / 1;
@ -17,9 +17,17 @@ h1, h1 a {
} }
#mapnote { #mapnote {
background: #202020; background-color: #ccc;
border: 1px solid #000; color: #333;
border-top: none; border-color: #202020;
padding: 0.25em 0.5em;
position: relative;
top: -1px;
box-shadow: 0px 6px 12px #000c;
}
#mapnote:empty {
display: none;
} }
.result { .result {