aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/components/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/style.css b/src/components/style.css
index d305fe5..d33d775 100644
--- a/src/components/style.css
+++ b/src/components/style.css
@@ -52,11 +52,11 @@ body {
position: fixed;
top: 0; bottom: 0;
left: 0; right: 0;
+ z-index: 10;
}
-
.MessageBox p {
- background-color: black;
+ background-color: #000000dd;
padding: 0.5rem 2rem;
}