Fixed modals in dark mode regression

This commit is contained in:
Sanne de Vries 2021-10-22 12:28:45 +02:00
parent e0dbf03f72
commit 5b434d5ae6

View File

@ -449,6 +449,7 @@ input:focus,
background: #000;
}
.epm-modal .modal-content,
.modal-content {
background: var(--whitegrey);
}