aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2024-01-14 04:11:19 +0100
committerGuilhem Moulin <guilhem@fripost.org>2024-01-14 04:20:32 +0100
commit6e272c9dfce96f585a1b91ab8c3caf963429dd19 (patch)
treeb06e6b06a602c167132abaf0cda55000210c4a5b
parent45612b34682aaab64134fa4dd5acf2577fc372e6 (diff)
CSS improvements.
-rw-r--r--style.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/style.css b/style.css
index 2d46640..eab6125 100644
--- a/style.css
+++ b/style.css
@@ -58,7 +58,7 @@ html, body {
left: auto;
padding: 10px 0;
- background-color: var(--bs-body-bg);
+ background-color: RGBA(var(--bs-body-bg-rgb), .95);
border-radius: var(--bs-modal-border-radius);
border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
overflow-y: hidden;
@@ -91,9 +91,10 @@ html, body {
top: auto;
bottom: var(--map-container-padding);
left: var(--map-container-padding);
+ z-index: 0;
padding: .5rem;
- background-color: var(--bs-modal-bg);
+ background-color: RGBA(var(--bs-body-bg-rgb), .95);
background-clip: padding-box;
border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
border-radius: var(--bs-modal-border-radius);