diff --git a/static/c4.css b/static/c4.css index 504bf3a..7805a9b 100644 --- a/static/c4.css +++ b/static/c4.css @@ -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;