Merge pull request 'Add drop shadow to map' (#4) from change-color-of-buttons into main
All checks were successful
deployment / deployment (push) Successful in 1m29s

Reviewed-on: #4
This commit is contained in:
snoopy 2024-05-02 20:50:07 +02:00
commit b9e87f09d5

View file

@ -7,6 +7,15 @@ h1, h1 a {
color: #dfaa37; /* C4 Yellow */
}
#map {
border: 1px solid #202020;
background: #4d4d4d;
max-width: 1440px;
max-height: 50vh;
aspect-ratio: 2 / 1;
box-shadow: 0px 6px 12px #000c;
}
.result {
background-color: #202020;
border-color: #4d4d4d;
@ -49,7 +58,6 @@ h1, h1 a {
background-color: #3f0;
}
.btn.red {
color: #200;
background-color: #ec6d5f;