diff --git a/routes/_components/ModalDialog.html b/routes/_components/ModalDialog.html
index 2cff2f46..de22ba7a 100644
--- a/routes/_components/ModalDialog.html
+++ b/routes/_components/ModalDialog.html
@@ -1,6 +1,6 @@
-
@@ -38,11 +38,8 @@
font-size: 48px;
color: var(--button-primary-text);
}
- :global(dialog.modal-dialog::backdrop) {
- background: rgba(51, 51, 51, 0.8);
- }
- :global(dialog.modal-dialog + .backdrop) {
- background: rgba(51, 51, 51, 0.8);
+ :global(dialog::backdrop, .backdrop) {
+ background: rgba(51, 51, 51, 0.9) !important; /* TODO: hack for Safari */
}