Add drop shadow to map #4
1 changed files with 9 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue