From 5b5728f7e2f7ffb2c57ae2585ee2d934f3755522 Mon Sep 17 00:00:00 2001 From: Shy Date: Wed, 1 May 2024 17:17:35 +0200 Subject: [PATCH] Add drop shadow to map --- static/c4.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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; -- 2.45.2